Examine the Data Guard configuration:
Configuration Status: SUCCESS
Which two are true?
A.
The observer must run on host oiS.exampIe com and is currently not running.
B.
The observer will reinstate Sheep automatically after a failover, if required.
C.
The observer will mark another standby database as the failover target if the original failover target becomes unavailable.
D.
The observer will detect if the primary database is unable to accept new connections
E.
The former primary database will not be reinstated automatically alter a failover.
erm… since the details of the dataguard configuration are not shown, i have no idea which one is correct – but since the auto reinstate parameter is set on configuration and not on database level, B and E together is not possible – either it is enabled and B is true, or it’s disabled and E is true.
QUESTION: 73
The configuration property FastStartFailoverAutoReinstate =’FALSE’, so I think B is incorrect.
Fast-Start Failover is ENABLED and configuration standby is SUCCESS.
For me D and E is correct answer.
Hi Antonio
I think also that correct answers are D and E
Regards
Examine the Data Guard configuration:
DGMGRL> show configuration verbose;
Configuration –Animals
Protection Mode: MaxPerformance
Databases:
cats- Primary database
dogs-(*) Physical standby database
sheep- Physical standby database
(*) Fast-Start Failover target Properties:
FastStartFailoverThreshold = ‘30’
OperationTimeout = ‘30’
TraceLevel = ‘USER’
FastStartFailoverLagLimit = ‘30’
CommunicationTimeout= ‘180’
ObserverReconnect= ‘10’
FastStartFailoverAutoReinstate= ‘FALSE’
FastStartFailoverPmyShutdown= ‘TRUE’
BystanderFollowRoleChange= ‘none’
ObserverOverride = ‘FALSE’
Fast-Start Failover: ENABLED
Threshold: 30 seconds
Target: dogs
Observer: 015.example.com
Lag Limit: 30 seconds
Shutdown Primary: TRUE
Auto-reinstate: FALSE
Observer Reconnect: 10 seconds
Observer Override: TRUE
Configuration Status:
SUCCESS
B,E
Auto-reinstate is FALSE, so B is incorrect.
I think D and E are correct. (Observer Override: TRUE)