Question 1 · 1
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?
Choose one answer.
- FLASHBACK is automatically enabled when transitioning to the logical standby database.
- The Managed Recovery Process (MRPO) continues applying redo up to the SCN immediately preceding the redo corresponding to the LogMiner dictionary build.
- Supplemental logging will be enabled on the logical standby database when the physical database is transitioned to the logical standby database.
- SQL apply is automatically started when transitioning to the logical standby database.
- It will automatically start redo apply.