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 -> elapsed times for current queries

elapsed times for current queries

From: Richard Kuhler <noone_at_nowhere.com>
Date: Mon, 02 Feb 2004 20:01:20 GMT
Message-ID: <k0yTb.5241$Sv1.4561@twister.socal.rr.com>


Is there a way to get the elapsed times for all currently running queries? V$SQL.ELAPSED_TIME won't work because it's only updated when a query finishes. V$SESSION.LAST_CALL_ET won't work because it's only reset at the start of a PL/SQL call (not for each statement).

Any ideas?

--
Richard Kuhler
Received on Mon Feb 02 2004 - 14:01:20 CST

Original text of this message

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