Oracle Database 12c: Advanced Administration — Question 10

Which two can be backed up by using RMAN in a database that is in ARCHIVELOG mode?

Answer options

Correct answer: A, B

Explanation

The correct answers are A and B because RMAN can back up online redo log files and data files when the database is open in ARCHIVELOG mode. Options C, D, and E are incorrect because PFILE and password files cannot be backed up in this manner, and data files cannot be backed up in NOMOUNT state, nor can RMAN specifically back up only the changed data blocks.