do the following query
select a.name b.value
from v$statname a, v$mystat b
where a.statistic# = b.statistic#
and a.name like '%ga%';
Sam
|
Results 1 to 4 of 4
Thread: per session memory usageThreaded View
|
Click Here to Expand Forum to Full Width |