We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d942706 commit a24b8bfCopy full SHA for a24b8bf
data-platform/core-converged-db/sql-tuning-sets/scripts-for-sts/drop-sts.sql
@@ -0,0 +1,6 @@
1
+REM Script: drop-sts.sql
2
+REM Drop an existing SQL Tuning Set with DBMS_SQLTUNE.DROP_SQLSET
3
+
4
+-- check sts first with check-sts-information.sql
5
+-- drop sts
6
+execute dbms_sqltune.drop_sqlset(sqlset_name=>'&stsname', sqlset_owner=>'&owner');
0 commit comments