Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Refreshing UAT Instance from Production in Oracle APEX Cloud (ATP Cloud)

OraFusionworldMar 20 2025 — edited Mar 21 2025

We are using Oracle APEX Cloud on top of ATP Cloud and would like to refresh our UAT instance from the Production instance.

Could you please advise on the step-by-step process for this refresh? Additionally, if there is any official documentation covering this, please provide references.

Thank you!

Comments

jariola

Even you use APEX, this is more database question.

I assume you use autonomous database (APEX or ATP workload) in Oracle cloud.

You can clone your production database to new database and then terminate your old UAT, when you don't need it anymore. Move any changes that that wasn't in production to new UAT database using e.g. methods you normally make changes. Note, because clone is creating new database, e.g. ORDS URL will not be the same as in your old UAT.

https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/clone-autonomous-database.html

If you use APEX workload your other options are more limited, because there isn't SQL net connection.

Another option might be use dbms_datapump to export/import your application schemas.

jariola

Since the question is not related to APEX, I have moved it to the Oracle Database Discussions category.

OraFusionworld

Thank you @jariola for your help on this!

We are using a couple of DB schemas only for APEX in Oracle ATP Cloud. For other schemas, there are dependencies, and we are unable to clone entire db.

1 - 4

Post Details

Added on Mar 20 2025
4 comments
64 views