nerdexam
Oracle

1Z0-032 · Question #13

You observe that your senior database administrator is executing the following command using Recovery Manager (RMAN) in order to perform an incomplete recovery of the database: RMAN> RUN { ALLOCATE…

The correct answer is D. to restore the database completely from the last available backup taken prior to the sequence 134, and then. See the full explanation below for the reasoning.

Question

You observe that your senior database administrator is executing the following command using Recovery Manager (RMAN) in order to perform an incomplete recovery of the database:

RMAN> RUN { ALLOCATE CHANNEL c1 TYPE DISK; SET UNTIL SEQUENCE 134 THREAD 1; RESTORE DATABASE; RECOVER DATABASE; } The current sequence number is 189 and your database is running in ARCHIVELOG mode. What could be the objective of specifying the SET UNTIL SEQUENCE option in the RUN block of RMAN? Oracle 1Z0-032 Exam

Options

  • Ato restore and recover the database from the sequence number specified until the current sequence number
  • Bto reset the current sequence number for the database, and then to start restore and recovery processes
  • Cto restore the database till the sequence number specified, and then recover the database until the current
  • Dto restore the database completely from the last available backup taken prior to the sequence 134, and then

How the community answered

(44 responses)
  • A
    14% (6)
  • B
    7% (3)
  • C
    2% (1)
  • D
    77% (34)

Community Discussion

No community discussion yet for this question.

Full 1Z0-032 Practice