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