Oracle Database Administration II — Question 87
Your database is in ARCHIVELOG mode and you plan to use Flashback Database.
Which two features or parameters manage space availability in the fast recovery area? (Choose two.)
Answer options
- A. the archived log deletion policy
- B. the backup optimization policy
- C. the backup retention policy
- D. using guaranteed UNDO retention
- E. the DB_CREATE_ONLINE_LOG_DEST_n parameter setting
- F. the DB_RECOVERY_FILE_DEST parameter setting
Correct answer: A, C
Explanation
The correct answers are A and C because the archived log deletion policy directly influences how archived logs are managed and deleted to free up space, while the backup retention policy determines how long backups are kept, impacting space usage in the fast recovery area. Options B, D, E, and F do not directly manage space availability in the fast recovery area.