Oracle9i Database Reference Release 2 (9.2) Part Number A96536-02 |
|
|
View PDF |
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:
TIMED_STATISTICS
or SQL_TRACE
parameter to true
ANALYZE
statement or the DBMS_STATS
packageYou 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 |