Oracle Database 12c: RAC and Grid Infrastructure Administration — Question 77

Examine this command executed on a physical standby database to transition it to a logical standby database:

SQL> ALTER DATABASE RECOVER TO LOGICAL STANDBY prodlgsby;

Which statement is true regarding the execution of this command?

Answer options

Correct answer: B

Explanation

The correct answer is B because during the transition to a logical standby, the Managed Recovery Process continues until just before the LogMiner dictionary build. Options A, C, D, and E are incorrect as they do not accurately describe the behavior of the database during this specific transition process.