ERROR | cannot disable flash recovery area - flashback database is enabled |
CAUSE | An attempt was made to set DB_RECOVERY_FILE_DEST to null while flashback database was enabled. Flashback database requires DB_RECOVERY_FILE_DEST to be set. |
ACTION | Use the ALTER DATABASE FLASHBACK OFF statement to disable flashback database, then disable the flash recovery area. |
966073 | Oracle Flash Recovery Area/Fast Recovery Area |