Cheeky Cockatoo

Life Advice and Stories, Travel, Oracle Tech, Good Food and More

sid_stat.sql

Download Script

col name for a60
select name, value
from v$sesstat a, v$statname b
where a.statistic# = b.statistic#
and sid = '&sid'
order by 1;