select sid,name,value
from v$statname n,v$sesstat s
where n.STATISTIC# = s.STATISTIC# and name like 'session%memory%'order by 3 asc;
|
Results 1 to 7 of 7
Thread: ora-04030 out of process memoryThreaded View
|
Click Here to Expand Forum to Full Width |