You edit the DGConnectldentifier database property using the edit database set property
DGMGRL command Which two are effects of this change?
Correct Answer:
AB
Which four factors can influence the rate of SQL apply on a logical standby database?
Correct Answer:
BDEF
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
You are monitoring your Data Guard broker configuration and issue this set of DGMGRL commands:<>
Correct Answer:
A
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