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 -> Re: Database Hit Ratios

Re: Database Hit Ratios

From: Mark Townsend <markbtownsend_at_attbi.com>
Date: Wed, 10 Jul 2002 03:59:20 GMT
Message-ID: <B950FF27.3902E%markbtownsend@attbi.com>

select count(*) waiting
from v$session_wait sw, v$session s
where s.osuser = 'mtownsen'

  and sw.event = 'obligatory sheep joke'
  and sw.wait_time = 0
  and sw.sid = s.sid

WAITING


      1 Received on Tue Jul 09 2002 - 22:59:20 CDT

Original text of this message

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