Clone an OCI database from PROD to TEST
Hello,
We currently have two databases, PROD and TEST, and for development reasons we constantly need a fresh TEST database so we need to constantly clone our PROD database.
Our PROD and TEST databases are in OCI, into different compartments and the PROD backups are in an object storage.
We tried to follow the following link https://docs.cloud.oracle.com/en-us/iaas/Content/Database/Tasks/recoveringOS.htm but we are wondering if we can just clone the database with RMAN just using the PROD DBID.
If not, do you have any link we can follow to do that?
Thank you