nerdexam
Oracle

1Z0-043 · Question #9

Examine the RMAN commands in a backup strategy implemented in your company: Day 1 - Sunday RMAN> BACKUP INCREMENTAL LEVEL 1 FOR RECOVER OF COPY WITH TAG WEEKLY DATABASE; RMAN> RECOVER COPY OF…

The correct answer is B. It will be an image copy backup of new data files and Level 1 incremental backup of all other data files. See the full explanation below for the reasoning.

Question

Examine the RMAN commands in a backup strategy implemented in your company:

Day 1 - Sunday RMAN> BACKUP INCREMENTAL LEVEL 1 FOR RECOVER OF COPY WITH TAG WEEKLY DATABASE; RMAN> RECOVER COPY OF DATABASE WITH TAG WEEKLY; Day 2 - Monday RMAN> BACKUP INCREMENTAL LEVEL 1 FOR RECOVER OF COPY WITH TAG WEEKLY DATABASE; RMAN> RECOVER COPY OF DATABASE WITH TAG WEEKLY; Day 3 - Tuesday RMAN> BACKUP INCREMENTAL LEVEL 1 FOR RECOVER OF COPY WITH TAG WEEKLY DATABASE; RMAN> RECOVER COPY OF DATABASE WITH TAG WEEKLY; On Tuesday, before the backup is performed, you added a new tablespace. Which statement is true regarding Tuesday's backup?

Options

  • AIt will show an error because there is no Level 0 backup available for new data files.
  • BIt will be an image copy backup of new data files and Level 1 incremental backup of all other data files.
  • CIt will be a Level 1 incremental backup of all the data files including the data files that belong to the
  • DIt will be a Level 0 backup of all the data files including the data files that belong to the new tablespace.

How the community answered

(22 responses)
  • A
    14% (3)
  • B
    77% (17)
  • C
    5% (1)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-043 Practice