You restore and recover your database to a new host by using an existing RMAN open
database backup.
Which step must you perform next?
A.
Execute catproc.sqi to recompile invalid PL/SQL modules.
B.
Open the database with the resetlogs option.
C.
Set a new database identifier (DBID) for the newly restored database.
D.
Use the RMAN set newname and switch commands to switch to new files.
B
B
https://docs.oracle.com/cd/B10501_01/server.920/a96566/rcmrecov.htm#1007514
Thanks Vonpire!
B open resetlogs.
B
B
B
https://docs.oracle.com/cd/E16338_01/backup.112/b56269/rcmadvre.htm#i1007814
B
Because the restored database will not have the online redo logs of the production database, perform incomplete recovery up to the lowest SCN of the most recently archived log in each thread and then open with the RESETLOGS option
B