Drop a SQL Tuning Set
--
-- Drop a SQL Tuning Set
--
 
BEGIN
  DBMS_SQLTUNE.DROP_SQLSET( sqlset_name => 'STS_ID');
END;
/

Published 2nd August 2021

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License