Skip to content

Commit 8325931

Browse files
Merge pull request #3056 from oracle-devrel/upd-rat-add-nonoracle
Added collateral to the RAT page and a new page for SQL Code translation
2 parents 29cc06c + fd2a04a commit 8325931

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

data-platform/modernise/real-application-testing/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ When performing real-world testing, there is the risk of exposing sensitive data
88

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

11-
Reviewed: 04.06.2026
11+
Reviewed: 15.06.2026
1212

1313

1414
# Table of Contents
@@ -18,13 +18,17 @@ Reviewed: 04.06.2026
1818
# Useful Links
1919
- [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)
2020
- [RAT: Database Replay Demo](https://blogs.oracle.com/coretec/post/rat-demo)
21+
- [Take the Guesswork Out of Database Upgrades with Oracle Real Application Testing](https://blogs.oracle.com/observability/take-the-guesswork-out-of-database-upgrades-with-oracle-real-application-testing)
22+
- [How to Use Oracle Real Application Testing for Oracle AI Database 26ai Upgrade](https://www.youtube.com/watch?v=rk3A4nM-AoI)
2123
- [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/)
2224
- [Subsetting](https://db-blog.web.cern.ch/blog/szymon-skorupinski/2016-01-how-generate-subset-out-real-application-testing-captures)
2325
- [SQL Performance Analyser & Database Replay Lab Guide](https://apexapps.oracle.com/pls/apex/f?p=133:180:110908450042950::::wid:858)
2426
- [RAT Best Practices](https://bolltoftoracle.wordpress.com/2017/09/29/real-application-testing-best-practices-part-1/)
2527
- [RAT Live Labs](https://livelabs.oracle.com/ords/r/dbpm/livelabs/view-workshop?clear=RR,180&wid=858&session=107159561994685)
2628
- [RAT Best Practices & Deep Dive](https://www.youtube.com/watch?v=Aa8ujC4sX7E)
29+
- [Oracle Real Application Testing - Database Upgrade, Best Practices & Deep Dive](https://www.youtube.com/watch?v=Aa8ujC4sX7E)
2730
- [Autonomous Database: Test Workloads with RAT](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-real-application-testing.html)
31+
- [Documentation: Introduction Page](https://docs.oracle.com/en/database/oracle/oracle-database/26/ratug/database-replay.html)
2832

2933
# License
3034

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Translate SQL code from a non-Oracle SQL flavor to Oracle SQL
2+
3+
Translate SQL code from a non-Oracle SQL flavor to Oracle using the DBMS_CLOUD_MIGRATION package. This is an Oracle Autonomous Database PL/SQL package that helps translate SQL written for non-Oracle databases into Oracle SQL flavour. A SQL translation and compatibility support solution, not for moving data by itself despite the “migration” in the name. You can use this package when migrating applications and you need help converting SQL syntax, DDL, or query patterns. It is useful for testing individual statements, converting SQL scripts, and enabling temporary compatibility while applications are being adapted.
4+
5+
Reviewed: 15.06.2026
6+
7+
# Table of Contents
8+
9+
1. [Team Publications](#team-publications)
10+
2. [Useful Links](#useful-links)
11+
12+
# Team Publications
13+
14+
- [Translate 3rd Party SQL Syntax to Oracle on Autonomous Database](https://techrochet.com/dbmscloudmigration)
15+
16+
# Useful Links
17+
18+
- [Migrate Applications from Non-Oracle SQL to Oracle SQL](https://docs.oracle.com/en-us/iaas/autonomous-database-serverless/doc/application-migration-overview.html)
19+
- [Documentation](https://docs.oracle.com/en-us/iaas/autonomous-database-serverless/doc/dbms-cloud-migrate-package.html)
20+
- Oracle Documentation explaining how to use the DBMS_CLOUD_MIGRATION package
21+
22+
# License
23+
24+
Copyright (c) 2026 Oracle and/or its affiliates.
25+
26+
Licensed under the Universal Permissive License (UPL), Version 1.0.
27+
28+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)