Oracle Solution for Error ora-38707

Solution for Oracle Error ORA-38707

ORA-38707: Media recovery is not enabled.

What triggered the Error:

An ALTER DATABASE FLASHBACK ON command failed because media recovery was not enabled.

What should we do to fix it:

Turn on media recovery with an ALTER DATABASE ARCHIVELOG command and then retry the command.