nerdexam
Oracle

1Z0-050 · Question #64

You issued the following RMAN command to back up the database: RMAN> RUN{ ALLOCATE CHANNEL c1 DEVICE TYPE sbt BACKUP DATABASE TAG quarterly KEEP FOREVER RESTORE POINT FY06Q4;} Which two statements…

The correct answer is A. Archived redo log files are backed up along with data files. D. The command creates a restore point named FY06Q4 to match the SCN at which this backup is. See the full explanation below for the reasoning.

Question

You issued the following RMAN command to back up the database:

RMAN> RUN{ ALLOCATE CHANNEL c1 DEVICE TYPE sbt BACKUP DATABASE TAG quarterly KEEP FOREVER RESTORE POINT FY06Q4;} Which two statements are true regarding the backup performed? (Choose two.)

Options

  • AArchived redo log files are backed up along with data files.
  • BOnly data files are backed up and a restore point named FY06Q4 is created.
  • CArchived log files are backed up along with data files, and the archived log files are deleted.
  • DThe command creates a restore point named FY06Q4 to match the SCN at which this backup is

How the community answered

(37 responses)
  • A
    76% (28)
  • B
    8% (3)
  • C
    16% (6)

Community Discussion

No community discussion yet for this question.

Full 1Z0-050 Practice