You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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