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