Skip to content

Commit 263a669

Browse files
authored
Update README.md
1 parent cf98be7 commit 263a669

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

data-platform/core-converged-db/real-application-testing/sql-performance-analyzer/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# SQL Performance Analyzer
22

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.
3+
SQL Performance Analyzer (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.
44

55
## Useful Links
66

77
### Documentation
88

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)
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)
1111

1212
### Team Publication
1313
- [Smooth transition to Autonomous Database using SPA](https://blogs.oracle.com/coretec/post/spa-in-autonomous-database)

0 commit comments

Comments
 (0)