Skip to content

Commit 29e8618

Browse files
authored
Create README.md
1 parent 393405d commit 29e8618

File tree

1 file changed

+37
-0
lines changed
  • data-platform/core-converged-db/real-application-testing

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Real Application Testing
2+
Real Application Testing comes in two flavors - Database Replay (DB Replay) and SQL Performance Analyzer (SPA). Both can be used independently of each other but are also a good complement.
3+
With SQL Performance Analyzer you can check the SQL performance. It focuses on detailed statement analysis of a defined SQL workload made available via a SQL Tuning Set (STS).
4+
Statements from a SQL workload can be tested and compared and tuned if necessary.
5+
6+
Database Replay can be used to capture a real workload on the production system and replay it on a test system with the exact timing, concurrency, and transaction characteristics of the original workload. This enables you to test the effects of a system change without affecting the production system.
7+
8+
## Useful Links
9+
10+
### Documentation
11+
12+
- [Testing Guide 19c](https://docs.oracle.com/en/database/oracle/oracle-database/19/ratug/index.html#Oracle%C2%AE-Database)
13+
- [PL/SQL Packages and Types Reference](https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/index.html#Oracle%C2%AE-Database)
14+
15+
16+
### Team Publications
17+
18+
- [Testing with Oracle Database Replay](https://blogs.oracle.com/coretec/post/testing-with-oracle-database-replay)
19+
- [Autonomous Database Replay](https://blogs.oracle.com/coretec/post/adb-database-replay)
20+
- [Real Application Testing Database Replay Demo](https://blogs.oracle.com/coretec/post/rat-demo)
21+
- [Smooth transition to Autonomous Database using SPA](https://blogs.oracle.com/coretec/post/spa-in-autonomous-database)
22+
- [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)
23+
24+
25+
### LiveLabs Workshops
26+
27+
- [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)
28+
29+
30+
31+
# License
32+
33+
Copyright (c) 2023 Oracle and/or its affiliates.
34+
35+
Licensed under the Universal Permissive License (UPL), Version 1.0.
36+
37+
See LICENSE for more details.

0 commit comments

Comments
 (0)