Recovery Manager: Release 11.2.0.3.0 - Production on Thu Jul 14 12:14:07 2016 Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved. connected to auxiliary database: PROD (not mounted) RMAN> Starting Duplicate Db at 14-JUL-16 contents of Memory Script: { sql clone "alter system set db_name = ''PROD'' comment= ''Modified by RMAN duplicate'' scope=spfile"; sql clone "alter system set db_unique_name = ''UAT'' comment= ''Modified by RMAN duplicate'' scope=spfile"; shutdown clone immediate; startup clone force nomount restore clone primary controlfile from '/backup/PROD/autobackup/2016_07_12/o1_mf_s_917041858_crbcj4dp_.bkp'; alter clone database mount; } executing Memory Script sql statement: alter system set db_name = ''PROD'' comment= ''Modified by RMAN duplicate'' scope=spfile sql statement: alter system set db_unique_name = ''UAT'' comment= ''Modified by RMAN duplicate'' scope=spfile Oracle instance shut down Oracle instance started Total System Global Area 38214893568 bytes Fixed Size 2236408 bytes Variable Size 22548578312 bytes Database Buffers 15569256448 bytes Redo Buffers 94822400 bytes Starting restore at 14-JUL-16 allocated channel: ORA_AUX_DISK_1 channel ORA_AUX_DISK_1: SID=3753 device type=DISK channel ORA_AUX_DISK_1: restoring control file channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:00:03 output file name=/u01/oracle/UAT/db/data/cntrl01.dbf output file name=/u01/oracle/UAT/db/data/cntrl02.dbf output file name=/u01/oracle/UAT/db/data/cntrl03.dbf Finished restore at 14-JUL-16 database mounted released channel: ORA_AUX_DISK_1 allocated channel: ORA_AUX_DISK_1 channel ORA_AUX_DISK_1: SID=3753 device type=DISK allocated channel: ORA_AUX_DISK_2 channel ORA_AUX_DISK_2: SID=5003 device type=DISK Oracle instance started Total System Global Area 38214893568 bytes Fixed Size 2236408 bytes Variable Size 22548578312 bytes Database Buffers 15569256448 bytes Redo Buffers 94822400 bytes contents of Memory Script: { sql clone "alter system set db_name = ''UAT'' comment= ''Reset to original value by RMAN'' scope=spfile"; sql clone "alter system reset db_unique_name scope=spfile"; shutdown clone immediate; } executing Memory Script sql statement: alter system set db_name = ''UAT'' comment= ''Reset to original value by RMAN'' scope=spfile sql statement: alter system reset db_unique_name scope=spfile Oracle instance shut down RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03002: failure of Duplicate Db command at 07/14/2016 12:15:04 RMAN-05501: aborting duplication of target database RMAN-05541: no archived logs found in target database