You have a Data Guard Broker configuration called 'Somewhere' as shown:
DGMGRL> SHOW CONFIGURATION;
Configuration Somewhere
Protection Mode: MaxPerformance
Databases:
Nearby Primary database
FS Far Sync
Farout Physical standby database
Fast-Start Failover: DISABLED
Configuration Status:
SUCCESS
You then run this command:
DGMGRL > SHOW DATABASE 'Nearby' 'InconsistentProperties';
Which two are true about the output of this DGMGRL command? (Choose two.)
C: InconsistentProperties arises out of mismatch of parameter values between spfile, Data Guard Broker configuration and the database.
D (not A): TheInconsistentPropertiesmonitorable property returns a table that shows all properties whose values contained in thebroker configuration file are inconsistent with the values in the corresponding server parameter fileor the runtime values.
Although the properties reported in this table are database-specific or far sync instance-specific properties, the inconsistency is reported on an instance-specific basis.
References:
https://docs.oracle.com/database/121/DGBKR/dbpropref.htm#DGBKR760
Currently there are no comments in this discussion, be the first to comment!