Skip to content

Commit 031d948

Browse files
authored
Create README.md
1 parent 29e8618 commit 031d948

File tree

1 file changed

+26
-0
lines changed
  • data-platform/core-converged-db/real-application-testing/sql-performance-analyzer

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# SQL Performance Analyzer
2+
3+
SQL Performance Analyzer (aka SPA) as part of Real Application Testing focuses on detailed statement analysis of a defined SQL workload made available via a SQL Tuning Set (STS). The workload runs twice - once BEFORE the change and then AFTER a change. The resulting reports are a detailed comparative analysis (before and after the change) of the individual statements, measured by different metrics such as elapsed time, cpu_time, etc. Optionally, you can automate the tuning process using SQL Tuning Advisor or SQL Plan Baselines.
4+
5+
## Useful Links
6+
7+
### Documentation
8+
9+
- [Testing Guide] (https://docs.oracle.com/en/database/oracle/oracle-database/19/ratug/sql-performance-analyzer.html#GUID-8CE976A3-FB73-45FF-9B18-A6AB3F158A95)
10+
- [PL/SQL Packages and Types Reference DBMS_SQLPA] (https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_SQLPA.html#GUID-9AAF3672-1CF3-4354-AF41-5BA50BA295F8)
11+
12+
### Team Publication
13+
- [Smooth transition to Autonomous Database using SPA](https://blogs.oracle.com/coretec/post/spa-in-autonomous-database)
14+
- [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)
15+
16+
### Livelabs/HOL
17+
- [Real Application Testing : SQL Performance Analyzer and Database Replay](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=858&clear=RR,180&session=112790027738609)
18+
- [HOL 19c SQL Performance Analyzer](https://mikedietrichde.com/hol-19c-sql-performance-analyzer/)
19+
20+
21+
License
22+
Copyright (c) 2023 Oracle and/or its affiliates.
23+
24+
Licensed under the Universal Permissive License (UPL), Version 1.0.
25+
26+
See LICENSE for more details.

0 commit comments

Comments
 (0)