RMAN Active Duplicate Question...RMAN-05500 and RMAN-06217
Hi...I am trying to do an Active Duplicate of a 11.2 Database. I will detail my efforts below...
Scenario 1 - Aux DB Open
Note: Source/Target ASM has FRA Disk Group called something other than +FRA
1. Create the Database with DBCA that will be the Duplicated DB....aka Auxiliary...called DUPTEST
2. Create a pfile, shutdown, startup on pfile
3. Edit TNSNames on Target and Aux to connect Target/Aux, Aux/Target
4. On Aux Host, run RMAN from DB Home
rman
connect auxiliary sys/sysdba@DUPTEST;
CONNECT CATALOG rman@rmandb;
DUPLICATE TARGET DATABASE TO duptest
FROM ACTIVE DATABASE