Question 46

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)

  • Question 47

    You notice that the SQL apply lag on your logical standby database has increased but the redo transport lag has not.
    Which four could be reasons for the increase in SQL apply lag?
  • Question 48

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

    Which four statements are true regarding SQL Apply filters for a logical standby database?
  • Question 50

    Examine the Data Guard configuration:

    What happens if you issue "switchover to sheep;" at the DGMGRL prompt?