user_sess_mem.sql
Download Script
select value sess_mem from v$sesstat s, v$statname n where s.statistic# = n.statistic# and n.name= 'session uga memory' and s.sid = &1 ;
Download Script
select value sess_mem from v$sesstat s, v$statname n where s.statistic# = n.statistic# and n.name= 'session uga memory' and s.sid = &1 ;