OCI-38892
cannot disable flashback log dest - flashback database is enabled
Cause
An attempt was made to set DB_FLASHBACK_LOG_DEST to null while flashback database was enabled. Flashback database requires DB_FLASHBACK_LOG_DEST to be set.
Action
Use the ALTER DATABASE FLASHBACK OFF statement to disable flashback database, then disable the flashback log dest.