Skip to Main Content

Database Software

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!

Creating a PDB from a Non-CDB's backup files

User_LZU0QNov 17 2021

Hello,
Does there exist docs or a method somewhere that describes the process for creating a PDB from a non-CDB's RMAN backup files? The particular situation involves two different hosts, so the backup files would be transferred to a share on the destination host.
I see we can use DBMS_PDB.DESCRIBE to prepare an XML file. Should we update some items in that XML file, like pointing to the new location of the data files once they are transferred to the destination? Are there other things to look out for?
For example, this doc: https://docs.oracle.com/en/database/oracle/oracle-database/18/spucs/create-pdb-using-a-non-cdb.html#GUID-5DBBD832-B8D5-42CE-8D5C-986037656A7E seems to assume that the source and destination reside at the same location. Are there additional considerations for when the destination sits somewhere else?
This would apply to non-CDB 12.Xc and 19c databases as the source moving to according CDB destinations (EXA).
Thank you!

Comments
Post Details
Added on Nov 17 2021
0 comments
452 views