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

You are monitoring your Data Guard broker configuration and issue this set of DGMGRL commands:

DGMGRL> SHOW CONFIGURATION -

Configuration DRSolution -

Protection Mode: MaxPerformance -
Databases:

Close_by-Primary database -

FS_inst- Far Sync -
Far_away Physical standby database

Fast-Start Failover: DISABLED -
Configuration Status:

SUCCESS -
What is true concerning this configuration?

Answer options

Correct answer: A

Explanation

The correct answer is A because in a Data Guard configuration with a Far Sync instance, the primary database sends redo to the Far Sync, which then forwards it to the physical standby. Option B is incorrect as the protection mode being MaxPerformance does not prevent the Far Sync from forwarding redo. Option C is wrong because the primary does not send redo directly to the physical standby when a Far Sync is present. Option D is incorrect since Fast-Start Failover status does not affect the basic redo forwarding functionality in this context.