Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Oracle Database 12c: Data Guard Administrator (1Z0-066) Free Practice Test

Question 1
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.

Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 2
Which four requirements can be met by deploying a logical standby database? (Choose four.)

Correct Answer: A,D,E,G
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 3
Which statement is true regarding Oracle Net connectivity for a Data Guard Broker configuration?

Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 4
Which three are true about disabling of the Data Guard Broker management of databases in a configuration and the effects of doing this? (Choose three.)

Correct Answer: A,B,D
Question 5
Which two steps must be performed before running DUPLICATE TARGET DATABASE FOR STANDBY using RMAN? (Choose two.)

Correct Answer: C,E
Question 6
A customer asks you to propose the most appropriate solution for this set of requirements:
1. We need a disaster recovery solution that enables us to fail over from our production database with zero data loss.
2. We want to generate reports from the proposed standby database at the same time that it is used for other purposes.
3. Developers may need to test occasionally on a copy of the live database.
You have already confirmed that there are no unsupported data types on the primary database.
Which two solutions would you recommend? (Choose two.)

Correct Answer: C,D