Oracle Database 12c: Advanced Administration — Question 24

For your database, an incremental level 1 backup is taken every week day. On Tuesday, before the backup is performed, you add a new tablespace.
You execute the command:
RMAN> BACKUP INCREMENTAL LEVEL 1 FOR RECOVER OF COPY WITH TAG WEEKLY DATABASE;
Which statement is true about the execution of the command?

Answer options

Correct answer: B

Explanation

The correct answer is B because the command performs a level 1 incremental backup for all files that already exist while taking an image copy of new data files. Options A and C are incorrect as there is no level 0 backup requirement for the command to execute, and options D and E do not accurately describe the backup type performed for existing files.