Oracle Database 12c: Data Guard Administrator - 1Z0-066 Exam Practice Test

Your Data Guard environment has two remote physical standby databases.
Client applications use the local naming method to connect to the primary database instance.
You want applications to automatically connect to the new primary database instance in case of a switchover or a failover.
Which will fulfill this requirement?
Correct Answer: C Vote an answer
Which three statements are true about snapshot standby databases? (Choose three.)
Correct Answer: B,C,E Vote an answer
Your Data Guard environment has one physical standby database using Real-Time Query.
Two sequences 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: B Vote an answer
Which two are true about Data Guard Broker configuration parameter administration? (Choose two.)
Correct Answer: B,C Vote an answer
Which three are among the various tasks performed by the Data Guard Monitor (DMON) process? (Choose three.)
Correct Answer: B,C,E Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Which two are true about the use of RMAN recovery catalogs when offloading backups to a physical standby database? (Choose two.)
Correct Answer: C,E Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
You must use a physical standby database file to recover a data file on a primary database in a Data Guard environment.
Which three of these steps must be performed on the primary database after the file has been backed up using RMAN on the physical standby database? (Choose three.)
Correct Answer: A,B,C Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).