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

Examine the Data Guard configuration after an accidental switchover to Sheep:
DGMGRL> show configuration;

Configuration Animals -
Protection Mode: MaxAvailability
Databases:
sheep- Primary database
dogs- Logical standby database
cats- Physical standby database (disabled)
ORA-16795: the standby database needs to be re-created

Fast-Start Failover: DISABLED -
Configuration Status:

SUCCESS -
Which three will be true after a switchover to Dogs?

Answer options

Correct answer: B, C, E

Explanation

After the switchover, Sheep becomes the logical standby database, which is enabled for use, so option B is correct. Cats remains a disabled physical standby database that can still be manually enabled, validating option C. Since the switchover was to Dogs, it assumes the role of the primary database, making option E true as well. Options A and D are incorrect because they misrepresent the statuses of Sheep and Cats.