Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> top sessions ?

top sessions ?

From: Jan-Marten Spit <j.m.spit_at_uptime.nl>
Date: Tue, 6 Apr 1999 18:25:07 +0200
Message-ID: <7edcfg$aj6$1@zonnetje.NL.net>


Hi yall,

How would you determine the top N sessions on an Oracle instance (using V$SESSTAT) Will looking at the consistent gets (statistic# 39) give an accurate picture?

for example,

select
  sid,
  value
from
  v$sesstat
where
  statistic#=39
order by value desc

Any ideas for a formula combining statistics from V$SESTAT that gives an accurate picture?

Read you,

Jan-Marten Spit Received on Tue Apr 06 1999 - 11:25:07 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US