Oracle Database 12c: Advanced Administration — Question 56

You take regular backups of one of your production databases by using RMAN with a recovery catalog.
You have added two new tablespaces to this database which must be included in future backups.
Which process occurs which allows the new backups to contain the new datafiles?

Answer options

Correct answer: A

Explanation

The correct answer is A because a full resynchronization ensures that all new datafiles, including those for the newly added tablespaces, are included in the next backup. Options B, C, and D are incorrect as they either suggest a partial resync, which would not capture all new changes, or incorrectly state the synchronization direction.