Oracle 12c - Creating a Standby Database - source database is multitenant using OMF - pluggable loca
Hello Gurus,
Hopefully I can explain what I'm running into clearly. Please let me know if anything here isn't clear.
First, my situation:
I have a 12c database (12.1.0.2 on RH linux) configured for multitenant with one pluggable database using OMF.
That said my directory structure on my source database is something like:
/u02/oradata/srcdb/datafiles
/u02/oradata/srcdb/<seeddb GUID>/datafiles
/u02/oradata/srcdb/<pdb GUID>/datafiles
When I go through the procedures to create a standby database using the RMAN duplicate command, all the files are propagated to my target database but they're all propagated to the same directory which is the default CDB directory (/u02/oradata/tgtdb/datafiles). This includes the ROOT, SEED, and PDB files.