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