Exam Name: | Oracle Database 19c: Data Guard Administration | ||
Exam Code: | 1z0-076 Dumps | ||
Vendor: | Oracle | Certification: | Oracle Certification |
Questions: | 107 Q&A's | Shared By: | tessa |
Examine the Data Guard configuration:
Which three will be true after a successful failover to Cats?
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 ways to start the observer successfully.
Which two Data Guard features require the use of flashback database by the broker?
Your Data Guard environment has one physical standby database using Real-Time Query. Two sequences have been created by these SQL statements:
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. Which output will be seen for session 2?
Then session 2 connects to the physical standby database instance and issues the same SQL statements. Which output will be seen for session 2?
A)
B)
C)
D)