Oracle Database 11g: Administration I — Question 23
Which three can be used to schedule automated backups of the database? (Choose three.)
Answer options
- A. DBMS_SCHEDULER
- B. RMAN
- C. DBMS_BACKUP_RESTORE
- D. a cron job
- E. expdp
- F. Enterprise Manager Database Control
Correct answer: D, E, F
Explanation
The correct methods for scheduling automated backups are a cron job, expdp, and Enterprise Manager Database Control, as they can orchestrate and automate the backup process. DBMS_SCHEDULER, RMAN, and DBMS_BACKUP_RESTORE are not primarily designed for scheduling automated backups, though they assist in the backup and recovery operations.