ORACLE: sysstat

SQL> select name, value from v$sysstat
2 where name like 'session%' order by name;

NAME VALUE
---------------------------------------------------------------- ----------
session connect time 2.3017E+12
session cursor cache count 1029
session cursor cache hits 1444889
session logical reads 292519432
session pga memory 3589314472
session pga memory max 3822966956
session stored procedure space 0
session uga memory 2.5830E+10
session uga memory max 383812564

9 rows selected.

Comments

Popular posts from this blog

OSS RC : learning by doing (new beginning)

Link sudoers in linux (centos7) with Active Directory group

RSYNC via SSH on solaris 10