Oracle Database 12c: Data Guard Administrator - 1Z1-066 模擬練習

Examine the Data Guard configuration after an accidental switchover to Sheep:
DGMGRL> show configuration;
Configuration Animals
Protection Mode: MaxAvailability
Databases:
sheep Primary database
dogs Logical standby database
cats Physical standby database (disabled)
ORA-16795: the standby database needs to be re-created
Fast-Start Failover: DISABLED
Configuration Status:
SUCCESS
Which three will be true after a switchover to Dogs? (Choose three.)

正解: A,C,E
You must manually reinstate a database using DGMGRL.
To which database should you connect with DGMGRL before issuing the REINSTATE command and in which state should the target database be?

正解: D
解説: (PassTest メンバーにのみ表示されます)
Which three are always benefits of using a logical standby database? (Choose three.)

正解: A,C,E
解説: (PassTest メンバーにのみ表示されます)
Which two are true concerning the configuring of Flashback database in a Data Guard environment? (Choose two.)

正解: A,D
解説: (PassTest メンバーにのみ表示されます)
Which two statements are true regarding Data Guard Broker? (Choose two.)

正解: A,D
解説: (PassTest メンバーにのみ表示されます)
Examine the Data Guard configuration:
DGMGRL> show configuration;
Configuration Animals
Protection Mode: MaxAvailability
Databases:
dogs Primary database
dogsfs1 Far Sync
sheep Physical standby database
Fast-Start Failover: DISABLED
Configuration Status:
SUCCESS
An attempt to enable fast-start failover raises an error:
DGMGRL> enable fast_start failover;
Error: ORA-16693: requirements not met for enabling fast-start failover Failed.
Identify two possible reasons for this error. (Choose two.)

正解: D,E
解説: (PassTest メンバーにのみ表示されます)
Examine the Data Guard configuration:
DGMGRL> show configuration:
Configuration - Animals
Protection Mode: MaxAvailability
Databases:
sheep - Primary database
Warning: ORA-16817: unsynchronized fast-start failover configuration
dogs - (*) Physical standby database (disabled)
ORA-16661: the standby database needs to be reinstated
Fast-Start Failover: ENABLED
Configuration Status:
WARNING
And the fast-start failover configuration:
DGMGRL> show fast_start failover;
Fast-Start Failover: ENABLED
Threshold: 30 seconds
Target: dogs
Observer: ol7.example.com
Lag Limit: 30 seconds (not in use)
Shutdown Primary:TRUE
Auto-reinstate: TRUE
Observer Reconnect: 10 seconds
Observer Override: FALSE
Configurable Failover Conditions
Health Conditions:
Corrupted ControlfileYES
Corrupted DictionaryYES
Inaccessible Logfile NO
Stuck ArchiverNO
Datafile OfflineYES
Oracle Error Conditions:
ORA-01578: ORACLE data block corrupted (file # %s, block # %s)
And finally the reason for the fail over:
SQL> select last_failover_reason from v$fs_failover_stats;
--------------------------------------------------------------
LAST_FAILOVER_REASON
ORA-01578: ORACLE data block corrupted (file # %s, block # %s)
Identify the task, or sequence of tasks, to bring the configuration into the SUCCESS state.

正解: D
解説: (PassTest メンバーにのみ表示されます)
Which two are true about Data Guard Broker configuration parameter administration? (Choose two.)

正解: A,B
Which two are true about offloading backups to a physical standby database in a Data Guard environment?
(Choose two.)

正解: B,D
解説: (PassTest メンバーにのみ表示されます)