To know about Fast Start Failover in Data Guard To disable Fast_Start failover apply following command :
1 |
DGMGRL> DISABLE FAST_START FAILOVER; |
When we perform above command Fast_Start failover is first disabled on target standby database with data guard broker then it is disabled from the primary database. Then these changes are propagated to all standby database present in the […]