High commit
I need to know who is the session who issue the highest commit or rollback???
Second Question is how to know the number of sessions for backdate??
select count(*) from v$session as of timestamp(systimestamp - interval '4' hour) is not working!!!