Do you mean the uga? You can check the uga for a given user by:
select value sess_mem from v$sesstat s, v$statname n
where s.statistics# = n.statistics#
and n.name = 'session uga memory'
and s.sid = (user id you want to check);
|
Results 1 to 3 of 3
Thread: memory per userThreaded View
|
Click Here to Expand Forum to Full Width |