Skip to content

Commit d942706

Browse files
authored
Create README.md
1 parent c5e8dba commit d942706

File tree

1 file changed

+35
-0
lines changed
  • data-platform/core-converged-db/sql-tuning-sets

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# SQL Tuning Sets
2+
3+
A SQL Tuning Set (aka STS) is a database object that you can use as input to tuning tools. An STS includes SQL statements, associated execution context, associated basic execution statistics, and associated execution plans. It enables you to group SQL statements and related metadata in a single database object, which you can use to meet your tuning goals.
4+
STS can be generated from various sources such as Automatic Workload Repository (AWR), Cursor Cache or Real Application Testing Database Replay.
5+
6+
## Useful Links
7+
8+
### Documentation
9+
10+
- [PL/SQL Package DBMS_SQLTUNE 19c](https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_SQLTUNE.html#GUID-821462BF-1695-41CF-AFF7-FD23E9999C6A)
11+
- [SQL Tuning Gudide 19c](https://docs.oracle.com/en/database/oracle/oracle-database/19/tgsql/managing-sql-tuning-sets.html#GUID-91D1B886-A6D7-40B8-93D5-112B8C6E6AFE)
12+
- [Database Reference 19c ALL_SQLSET](https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/ALL_SQLSET.html#GUID-7F8980B0-1B5F-4E0E-A79D-CA6B7FD23D8E)
13+
- [Database Reference 19c ALL_SQLSET_STATEMENTS](https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/ALL_SQLSET_STATEMENTS.html#GUID-1EE16029-9312-4280-B7BD-396B84652FFE)
14+
15+
### Team Publications
16+
17+
- [Oracle SQL Tuning Sets (STS) - The foundation for SQL Tuning](https://blogs.oracle.com/coretec/post/oracle-sql-tuning-sets-the-basis-for-sql-tuning)
18+
19+
20+
### Blogs
21+
22+
- [What is the Automatic SQL Tuning Set?](https://blogs.oracle.com/optimizer/post/what-is-the-automatic-sql-tuning-set)
23+
- [Introducing Oracle Database 23c Free – Developer Release](https://blogs.oracle.com/database/post/oracle-database-23c-free)
24+
25+
### Videos
26+
27+
- [Capture workload information with SQL Tuning Set](https://www.youtube.com/watch?v=V4VlGNPI62g)
28+
- [Creating SQL Tuning Sets](https://www.youtube.com/watch?v=f3f182gxODY)
29+
30+
31+
# License
32+
33+
Copyright (c) 2023 Oracle and/or its affiliates.
34+
35+
Licensed under the Universal Permi

0 commit comments

Comments
 (0)