Oracle8i Reference Release 2 (8.1.6) Part Number A76961-01 |
|
Dynamic Performance (V$) Views, 140 of 179
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
and
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:
Oracle8i Supplied PL/SQL Packages Reference for more information on |
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|