11GR2: RMAN duplicate database failing
Hello,
We are trying to clone TEST database from PROD RMAN backup. We copied the all required RMAN backup file from PROD server to TEST server. WE are duplicating database using the following command
duplicate database to "test" backup location '/u01/backup' nofilenamecheck noredo;
The above command is failing with following errorl
channel ORA_AUX_DISK_1: restoring control file
channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:00:03
output file name=/u01/oradata/test/cntrl01.dbf
output file name=/u01/oradata/test/cntrl02.dbf
output file name=/u01/oradata/test/cntrl03.dbf
Finished restore at 21-AUG-17
.
.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============