ORA-38774: cannot disable media recovery - flashback database is enabled
What triggered the Error:
An attempt was made to disable media recovery while flashback database was enabled.What should we do to fix it:
Use the ALTER DATABASE FLASHBACK OFF statement to disable flashback database, then disable media recovery.