Skip to content

Commit a24b8bf

Browse files
authored
Create drop-sts.sql
1 parent d942706 commit a24b8bf

File tree

1 file changed

+6
-0
lines changed
  • data-platform/core-converged-db/sql-tuning-sets/scripts-for-sts

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)