RMAN DUPLICATE FAILURE RMAN-05501 RMAN-06617
(Doc ID 1646262.1)
Last updated on OCTOBER 18, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.1 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
# 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
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |