We have a single tenant production database
SET DECRYPTION WALLET OPEN IDENTIFIED BY “password”;
run
{
allocate channel target01 type disk;
allocate channel target02 type disk;
allocate channel target03 type disk;
allocate channel target04 type disk;
ALLOCATE auxiliary CHANNEL aux01 TYPE DISK;
ALLOCATE auxiliary CHANNEL aux02 TYPE DISK;
ALLOCATE auxiliary CHANNEL aux03 TYPE DISK;
ALLOCATE auxiliary CHANNEL aux04 TYPE DISK;
duplicate target database for standby from active database password file section size 2000M;
}
However ….. my datafiles where not put in place correctly on the standby on the primary it had this structure
+DATA/db_unique_name/DATAFILE
+DATA/db_unique_name/pdb_guid/DATAFILE
on the Standby on the other hand …. Everything also the PDB datafiles in
+DATA/db_unique_name/DATAFILE
After checking all my parameters I went to look on MOS apparently known issue
Datafile on Standby Database is created under incorrect directory (Doc ID 2346623.1)
Patches available
Update :
Installed the patch and still the same issue ! 🙁 Opening SR
Update 2 : Twitter is fantastic Piotr Wrzosek pointed me to bug
INCONSISTENT OMF BEHAVIOUR WITH ALTER DATABASE MOVE DATAFILE bug 17613474
https://twitter.com/pewu78/status/987335828958564352
It seems to be present already for some time however no patch available for our version it seems ;(
Patch 24836489: DATAFILES ARE CREATED WRONG LOCATION IN OMF DEFINED PDB DATABASE