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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: query progress meter

Re: query progress meter

From: Tim Gorman <Tim_at_SageLogix.com>
Date: Fri, 01 Nov 2002 06:09:03 -0800
Message-ID: <F001.004F9AAF.20021101060903@fatcity.com>


Not very complex at all. Oracle leaves all the complexity to you...

Check documentation for the V$SESSION_LONGOPS view and the DBMS_APPLICATION_INFO packaged procedures/functions used to populate it...

Oracle has gradually been "instrumenting" some of its operations to report to V$SESSION_LONGOPS, such as RMAN and PX operations; not sure of the current complete list...

> Hi,
> I've just been asked if Oracle has an API which allows you to query the
> progress of a query, say, as a percentage of the whole time taken. I'm
> guessing that it would be an extremely complex algorithm to implement, if
> at all possible. Does anyone know if something like this exists?
> Thanks,
> Maria
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Maria Quinn
> INET: maria_at_foremost.co.uk
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Tim Gorman
  INET: Tim_at_SageLogix.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Nov 01 2002 - 08:09:03 CST

Original text of this message

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