Database Error Messages

ORA-38896

can not specify DB_FLASHBACK_LOG_DEST in INIT.ORA file after flashback database has been enabled without it

Cause

Flashback logs can only be in either DB_RECOVERY_FILE_DEST or DB_FLASHBACK_LOG_DEST but not both. Because flashback database is already enabled with flashback logs in DB_RECOVERY_FILE_DEST, one cannot specify DB_FLASHBACK_LOG_DEST in the INIT.ORA file.


Action

Remove ADB_FLASHBACK_LOG_DEST in INIT.ORA file or add it before turning on flashback database.