Oracle Database Administration II — Question 180

Which three are true about a whole database backup? (Choose three.)

Answer options

Correct answer: A, C, E

Explanation

Options A, C, and E are correct because a whole database backup can be made up of backup sets or image copies (A), can be consistent if taken while the database is in a consistent state (C), and can also be inconsistent if taken during active transactions (E). Options B, D, and F are incorrect as a backup in NOARCHIVELOG mode can include other types, backups can be created using different methods besides RMAN, and not all backups necessarily include archived redo logs.