QuestionQ1
Performing Role TransitionsExamine the following command, which is run on a physical standby database to convert it to a logical standby database:
SQL> ALTER DATABASE RECOVER TO LOGICAL STANDBY prodlgsby;
Which two statements are true about executing this command?
Choose two
- A The Managed Recovery Process (MRP0) continues applying redo data to the physical standby database until it is ready for conversion to a logical standby database.
- B SQL apply is automatically started when transitioning to the logical standby database.
- C Supplemental logging will be enabled on the logical standby database when the physical standby database is transitioned to the logical standby database.
- D The DBID of the database is changed.
- E FLASHBACK is automatically enabled when transitioning the logical standby database.
- F It will automatically start redo apply.
Community Discussion