# RMAN Duplicate fails with error
RMAN-06617
RUN {
set until time "to_date('Mar 25 2014 19:33:00','Mon DD YYYY HH24:MI:SS')";
DUPLICATE DATABASE TO <db name> BACKUP LOCATION '<directory>/<db name>/backupsets' NOFILENAMECHECK;
}
RMAN-06199: database mounted
RMAN-08031: released channel: ORA_AUX_DISK_1
RMAN-08030: allocated channel: ORA_AUX_DISK_1
RMAN-08500: channel ORA_AUX_DISK_1: SID=301 device type=DISK
RMAN-08030: allocated channel: ORA_AUX_DISK_2
RMAN-08500: channel ORA_AUX_DISK_2: SID=5 device type=DISK
RMAN-08030: allocated channel: ORA_AUX_DISK_3
RMAN-08500: channel ORA_AUX_DISK_3: SID=105 device type=DISK
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 03/27/2014 04:27:33
RMAN-05501: aborting duplication of target database
RMAN-06617: UNTIL TIME (25-MAR-14) is ahead of last NEXT TIME in archived logs (25-MAR-14)
CAUSE
The DUPLICATE procedure between 10g and 11g has significantly changed related to the controlfile.
In 10g: The controlfile get created after the restore.
In 11g: At first the controlfile is restored, before the datafiles are restored.
o UNTIL SCN/TIME specified should be equal or less than "Next SCN" value of


1168

被折叠的 条评论
为什么被折叠?



