Question 76
You are required to change the Data Guard Configuration protection mode from MAXPERFORMANCE to MAXAVAJLABILITY using Enterprise Manager Cloud Control
Which two are true about this change?
Question 77
You must design an Oracle Data Guard configuration for an OLTP database that meets these permanent
requirements:
1 . Data loss is not permitted.
2 . Read-only applications should not connect to the primary database instance.
Additionally, there are these requirements, only one of which is ever done at any one time:
1 . It should be possible to apply designated patches with a minimum amount of downtime.
2 . Upgrading to a new database release should be performed with the least possible amount of downtime.
3 . New application software releases should be tested against an exact and up-to-date replica of the
primary database.
Which configuration meets these requirements with the fewest databases?
Question 78
Which two are prerequisites for configuring flashback database for Oracle 12c databases, in a Data Guard environment?
Question 79
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: 017.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 Hearth Conditions: Corrupted Controlfile YES
Inaccessible Logfile NO
Stuck Archiver NO
Datafile Offline YES
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.
Question 80
Which three are required in order to use Real-Time Query without lagging behind the primary? (Choose three.)
