nerdexam
Oracle

1Z0-067 · Question #28

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…

The correct answer is B. It performs an image copy backup of new data files, and a level 1 incremental backup of all other. https://docs.oracle.com/cd/B19306_01/backup.102/b14192/bkup004.htm

New Features for Availability

Question

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?

Options

  • AIt returns an error because there is no level 0 backup available for new data files.
  • BIt performs an image copy backup of new data files, and a level 1 incremental backup of all other
  • CIt performs a level-0 backup of all data files including those that belong to the new tablespace.
  • DIt performs an image copy backup of all data files including those that belong to the new
  • EIt performs a backup as a backup set of all data files including those that belong to the new

How the community answered

(23 responses)
  • B
    83% (19)
  • C
    9% (2)
  • D
    4% (1)
  • E
    4% (1)

Explanation

https://docs.oracle.com/cd/B19306_01/backup.102/b14192/bkup004.htm

Topics

#incremental backup#image copy#new tablespace#RMAN strategy

Community Discussion

No community discussion yet for this question.

Full 1Z0-067 Practice