515 views
in Tuning by ACE (20,920 points)

1 Answer

by ACE (20,920 points)
Using v$transaction      
         
SQL> insert into computer_systems(cs_id) values(1);
SQL> select xidusn, xidsqn from v$transaction;
XIDUSN XIDSQN      
---------- ----------      
3 12878        
SQL> commit;      
SQL> select xidusn, xidsqn from v$transaction;
no rows selected      

 

Categories

...