Skip to content
Merged

Rat ii #2110

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions data-platform/modernise/rat/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Real Application Testing (RAT)

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.

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.

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.

A set of best practices and other useful assets/links can be found in this page.

Reviewed: 08.10.2025


# Table of Contents

1. [Useful Links](#useful-links)

# Useful Links
- [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)
- [RAT: Database Replay Demo](https://blogs.oracle.com/coretec/post/rat-demo)
- [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/)
- [Subsetting](https://db-blog.web.cern.ch/blog/szymon-skorupinski/2016-01-how-generate-subset-out-real-application-testing-captures)
- [SQL Performance Analyser & Database Replay Lab Guide](https://apexapps.oracle.com/pls/apex/f?p=133:180:110908450042950::::wid:858)
- [RAT Best Practices](https://bolltoftoracle.wordpress.com/2017/09/29/real-application-testing-best-practices-part-1/)

# License

Copyright (c) 2025 Oracle and/or its affiliates.

Licensed under the Universal Permissive License (UPL), Version 1.0.

See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.