Create Pluggable database - relocate datafiles
Hi,
I want to create a pdb from a noncdb/pdb database through database link.
I also want to relocate the datafiles but I don't know how and if its possible?
We use asm + _omf .eg
+DATA1/test1/datafile/multi_s.1278.963920775
should be stored in the pdb in
+DATA2/test2/datafile/multi_s.1278.963920775
and not in
+DATA2/CDB/GUID/DATAFILE/multi_s.363.1050751821
I want that the pdb is not in the normal directory structure so when I plug it in another cdb I dont want the files in the cdb structure of the first cdb it was plugged in.
I tried with file_name_convert but was not successful? Any Idea?