1z0-066 Dumps

1z0-066 Free Practice Test

Oracle 1z0-066: Oracle Database 12c: Data Guard Administration

QUESTION 1

You edit the DGConnectldentifier database property using the edit database set property
DGMGRL command Which two are effects of this change?

Correct Answer: AB

QUESTION 2

Which four factors can influence the rate of SQL apply on a logical standby database?

Correct Answer: BDEF

QUESTION 3

Your Data Guard environment has one physical standby database using Real-Time Query. Two sentences have been created by these SQL statements:
create sequence a global; create sequence b session; Neither sequence has been used since being created
Session 1 connects to the primary database instance and issues these two SQL statements:
SELECT a.nextval FROM DUAL; SELECT b nextval FROM DUAL;
Then session 2 connects to the physical standby database instance and issues the same SQL statements.
What output will be seen for session 2?

Correct Answer: C

QUESTION 4

You are monitoring your Data Guard broker configuration and issue this set of DGMGRL commands:
<>

Correct Answer: A

QUESTION 5

Attempting to start the observer raises an error: DGMGRL> start observer:
DGM-16954: Unable to open and lock the Observer configuration file Failed. Identify two possible reasons for this error

Correct Answer: BD