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!

How to calculate estimated time for cloning non-cdb as pdb

DDebMar 20 2018 — edited Mar 20 2018

Hello experts,

                      I was going through below metalink note and found below syntax to create pdb from remote non-cdb.I am assuming during this process it copies all the datafile from remote pdb and paste it in the location specified by file_name_convert.How do I plan the downtime for my target remote non-cdb? Does anyone having any experience doing this in production?

CREATE PLUGGABLE DATABASE db12c2pdb FROM NON$CDB@clone_non_cdb FILE_NAME_CONVERT =  ('/app/oracle/oradata/db12c2/', '/app/oracle/oradata/db12c2pdb/');            

         

Regards

Dhritiman Deb

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 17 2018
Added on Mar 20 2018
1 comment
961 views