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

Examine the Data Guard configuration:
DGMGRL> show configuration;

Configuration Animals -
Protection Mode: MaxAvailability
Databases:
dogs- Primary database
sheep- (*) Physical standby database
cats- Physical standby database

Fast-Start Failover: ENABLED -
Configuration Status:

SUCCESS -
What happens if you issue "switchover" to sheep;" at the DGMGRL prompt?

Answer options

Correct answer: D

Explanation

When the switchover command is issued to sheep, the operation succeeds and Dogs, being the primary database before the switchover, automatically become the new failover target. The other options incorrectly imply situations that do not apply, such as needing reinstatement or errors occurring when the operation is valid.