Skip to content

Commit 68a9c39

Browse files
Merge pull request #2110 from oracle-devrel/ratII
Rat ii
2 parents 8a9b75c + c661614 commit 68a9c39

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Real Application Testing (RAT)
2+
3+
Oracle Real Application Testing (RAT) option enables you to perform real-world testing of Oracle Database. By capturing production workloads and assessing the impact of system changes on these workloads before production deployment, Oracle Real Application Testing minimizes the risk of instabilities associated with system changes.
4+
5+
SQL Performance Analyzer and Database Replay are key components of Oracle Real Application Testing. Depending on the nature and impact of the system change being tested, and on the type of system the test will be performed, you can use either or both components to perform your testing.
6+
7+
When performing real-world testing, there is the risk of exposing sensitive data to non-production users in a test environment. The test data management features of Oracle Database helps to minimize this risk by enabling you to perform data masking and data subsetting on the test data.
8+
9+
A set of best practices and other useful assets/links can be found in this page.
10+
11+
Reviewed: 08.10.2025
12+
13+
14+
# Table of Contents
15+
16+
1. [Useful Links](#useful-links)
17+
18+
# Useful Links
19+
- [Database Replay Introduction](https://docs.oracle.com/en/database/oracle/oracle-database/19/ratug/introduction-to-database-replay.html#GUID-5AA30327-74FB-4406-8F7C-5D442F307534)
20+
- [RAT: Database Replay Demo](https://blogs.oracle.com/coretec/post/rat-demo)
21+
- [Why RAT vs. Artificial Load Generators](https://bolltoftoracle.wordpress.com/2017/10/03/why-real-application-testing-database-replay-should-be-used-instead-of-artificial-load-generator/)
22+
- [Subsetting](https://db-blog.web.cern.ch/blog/szymon-skorupinski/2016-01-how-generate-subset-out-real-application-testing-captures)
23+
- [SQL Performance Analyser & Database Replay Lab Guide](https://apexapps.oracle.com/pls/apex/f?p=133:180:110908450042950::::wid:858)
24+
- [RAT Best Practices](https://bolltoftoracle.wordpress.com/2017/09/29/real-application-testing-best-practices-part-1/)
25+
26+
# License
27+
28+
Copyright (c) 2025 Oracle and/or its affiliates.
29+
30+
Licensed under the Universal Permissive License (UPL), Version 1.0.
31+
32+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)