I am doing a test. I open two sqlplus terminal and one check v$session where sid = 'sid of the second sqlplus'
I run something for example select * from dba_tables, on sqlplus terminal one I keep checking the status from v$session and it always show "INACTIVE"
but the result is still not fully returned in the 2nd sqlplus terminal..
why is this case ?