sql> select a.name, b.value  2  from v$statname a, v$mystat b  3  where a.statistic# = b.statistic#  4  and a.name like '%ga %'  5  /    NAME                                VALUE------------------------------ ----------session uga memory                  67532session uga memory max              71972session pga memory                 144688session pga memory max             144688    4 rows selected.