Oracle Solution for Error ora-38790

Solution for Oracle Error ORA-38790

ORA-38790: BEFORE must be specified with RESETLOGS

What triggered the Error:

The FLASHBACK DATABASE command included the RESETLOGS parameter but not the BEFORE parameter.

What should we do to fix it:

Retry the command with TO BEFORE RESETLOGS.