RMAN duplicate of database in 11G 11.2.0.2
Hi, I have just upgraded from 10G to 11G.
My rman scripts to clone in 10G worked well.
After I upgraded to 11G, I took a level 0 backup. My controlfile backed up to ORACLE_HOME/dbs. This was not working this way before.
So when I went to clone, I get the error: ORA-19505: failed to identify file "/u01/app/oracle/product/11.2.0/dbhome_1/dbs/cf_c-3109788336-20120129-05"
So I went into rman and changed the path of the controlfile backup as such.
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/u99/backup/rman/WFPR/cf_%F';
I then took another level0 and verified the controlfile backup went to the right location.
My rman scripts to clone in 10G worked well.
After I upgraded to 11G, I took a level 0 backup. My controlfile backed up to ORACLE_HOME/dbs. This was not working this way before.
So when I went to clone, I get the error: ORA-19505: failed to identify file "/u01/app/oracle/product/11.2.0/dbhome_1/dbs/cf_c-3109788336-20120129-05"
So I went into rman and changed the path of the controlfile backup as such.
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/u99/backup/rman/WFPR/cf_%F';
I then took another level0 and verified the controlfile backup went to the right location.
0