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!

Create PDB on ASM from remote PDB using network link

LauryJan 13 2020 — edited Jan 14 2020

Hi,

I am workinig on an Oracle RDBMS 19c.

Does someone know how to properly clone a PDB from a database having regular filesystem files to an ASM database?

The basic syntax is somwething like this:

create pluggable database MYPDB from REMOTE_TNS_MYPDB@clone_link_remote_mypdb

file_name_convert=('/u01/oracle/data/MYDATABASE/MYPDB/','<ASM ?>');

How to instruct ASM to have the right subdirectories for the MYPDB PDB?

In my situation, what should be '<ASM ?>'?

Thanks by advance for any tip.

Kinf Regards

This post has been answered by JohnWatson2 on Jan 13 2020
Jump to Answer
Comments
Post Details
Added on Jan 13 2020
2 comments
322 views