Which of the following are valid until command options when attempting point-in-time
recovery in RMAN? (Choose all that apply.)
A.
until time
B.
until change
C.
until sequence
D.
until SCN
E.
until commit
Which of the following are valid until command options when attempting point-in-time
recovery in RMAN? (Choose all that apply.)
Which of the following are valid until command options when attempting point-in-time
recovery in RMAN? (Choose all that apply.)
A.
until time
B.
until change
C.
until sequence
D.
until SCN
E.
until commit
Why is answer B not correct?
Well..
Documentation 11g Release 2 (11.2)
https://docs.oracle.com/cd/E11882_01/backup.112/e10643/rcmsubcl019.htm#RCMRF160
Documentation 12c Release 1 (12.1)
https://docs.oracle.com/database/121/RCMRF/rcmsubcl022.htm#RCMRF160
They use UNTIL [SCN|SEQUENCE|TIME]
So It should be A,C,D
RECOVER DATABASE UNTIL CHANGE is an SQL*PLUS command, not RMAN.