프린트 하기

모든세션에 사용된 세션 메모리양 확인

select sum(value) || 'bytes' "Total Session Memory"

from v$sesstat, v$statname

where name='session uga memory'

and v$sesstat.statistic#=v$statname.statistic#;