Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: query progress meter
>From Oracle docs:
V$SESSION_LONGOPS
This view displays the status of various operations that run for longer than
6 seconds (in absolute time). These operations currently include many backup
and recovery functions, statistics gathering, and query execution, and more
operations are added for every Oracle release.
To monitor query execution progress, you must be using the cost-based optimizer and you must:
Set the TIMED_STATISTICS or SQL_TRACE parameter to TRUE
Gather statistics for your objects with the ANALYZE statement or the
DBMS_STATS package
You can add information to this view about application-specific long-running
operations by using the DBMS_APPLICATION_INFO.SET_SESSION_LONGOPS procedure.
See Also:
Oracle9i Supplied PL/SQL Packages and Types Reference for more information
on DBMS_APPLICATION_INFO.SET_SESSION_LONGOPS
Igor Neyman, OCP DBA
ineyman_at_perceptron.com
> 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: Igor Neyman INET: ineyman_at_perceptron.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:24:20 CST
![]() |
![]() |