Oracle Related Exams
1z0-066 Exam
Which four database parameters might be affected by or influence the creation of standby databases? (Choose four.)
Which three statements are true about snapshot standby databases? (Choose three.)
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?