How to fix the Oracle error RMAN-20207: UNTIL TIME or RECOVERY WINDOW is before RESETLOGS time?
In this post, you’ll learn more about the Oracle ErrorRMAN-20207: UNTIL TIME or RECOVERY WINDOW is before RESETLOGS time with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
RMAN-20207: UNTIL TIME or RECOVERY WINDOW is before RESETLOGS time
Reason for the Error RMAN-20207: UNTIL TIME or RECOVERY WINDOW is before RESETLOGS time
UNTIL TIME and RECOVERY WINDOW cannot be less than the database creation time or RESETLOGS time.
How to fix the Error RMAN-20207: UNTIL TIME or RECOVERY WINDOW is before RESETLOGS time ?
You can fix this error in Oracle by following the below steps
Check the UNTIL TIME or RECOVERY WINDOW. If the database needs to be restored to an old incarnation, use the RESET DATABASE TO INCARNATION command.
Leave Your Comment