OCP CBT Question 690
Please solve the following question.
You are managing an Oracle database with a configured Flash Recovery Area (FRA). You notice that RMAN backups are failing with errors indicating a lack of space in the FRA. Which statement accurately describes the default behavior of Oracle when the FRA reaches full capacity?
The Flash Recovery Area (FRA) is a designated disk location that Oracle Database can use to store and manage a variety of files related to backup and recovery, including RMAN backups, archived redo logs, and flashback logs. Its size is controlled by the DB_RECOVERY_FILE_DEST_SIZE parameter. You can examine current FRA settings using:
SHOW PARAMETER DB_RECOVERY_FILE_DEST;
SHOW PARAMETER DB_RECOVERY_FILE_DEST_SIZE;