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?
ScottL
1 year, 3 months agoJESUSBB
2 years, 5 months agoSaguSe7en
5 years, 2 months agoKamaelk
5 years agoKamaelk
5 years agoKamaelk
5 years, 3 months ago