프린트 하기

user 세션에 대한 사용한 세션 메모리양 확인

select a.name, b.value

from v$statname a, v$mystat b

where a.statistic#=b.statistic#

and name='session uga memory';