How to fix the Oracle error ORA-38790: BEFORE must be specified with RESETLOGS?
In this post, you’ll learn more about the Oracle ErrorORA-38790: BEFORE must be specified with RESETLOGS with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-38790: BEFORE must be specified with RESETLOGS
Reason for the Error ORA-38790: BEFORE must be specified with RESETLOGS
The FLASHBACK DATABASE command included the RESETLOGS parameter but not the BEFORE parameter.
How to fix the Error ORA-38790: BEFORE must be specified with RESETLOGS ?
You can fix this error in Oracle by following the below steps
Retry the command with TO BEFORE RESETLOGS.
Leave Your Comment