Skip to content

Commit d6765f2

Browse files
authored
Create README.md
1 parent bbc789b commit d6765f2

File tree

1 file changed

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

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# scripts-for-sts
2+
This folder provides useful SQL scripts for SQL Tuning Sets. You may change and edit them accordingly.
3+
4+
## scripts
5+
You must have the ADMINISTER SQL TUNING SET system privilege to manage SQL tuning sets that you own, or the ADMINISTER ANY SQL TUNING SET system privilege to manage any SQL tuning sets.
6+
7+
- create_sts.sql: Create a new SQL Tuning Set
8+
- drop-sts.sql: Drop an existing SQL Tuning Set
9+
- create-sts-from-cursorcache.sql: Load STS from Cursor Cache
10+
- list_snapshots.sql: Helper script to list and find the required begin and end snap id
11+
- create-sts-from-awr.sql: Load STS from AWR
12+
- reduce-sts.sql: Reduce and existing STS
13+
- check-sts-information.sql: Monitor STS
14+
- check-sts-statements.sql: Monitor STS with statement execution
15+
- 1-transport-sts-from-source.sql: Tasks on the source system to transport STS
16+
- 2-transport-sts-to-target.sql: Tasks on the remote system to transport STS

0 commit comments

Comments
 (0)