10.70 V$SQL_HISTORY
V$SQL_HISTORY
displays SQL statements tracked by SQL history monitoring.
This view is populated only when the SQL_HISTORY_ENABLED
initialization parameter is set to true
.
Column | Datatype | Description |
---|---|---|
|
|
Artificial key to efficiently read a specific SQL history data entry For internal use only. |
|
|
SQL identifier of the SQL statement |
|
|
Elapsed time (in microseconds) for the SQL statement |
|
|
CPU time (in microseconds) for the SQL statement |
|
|
Number of buffer get operations for the SQL statement |
|
|
Number of I/O bytes exchanged between Oracle Database and the storage system for the SQL statement |
|
|
Number of physical read I/O requests issued by the SQL statement |
|
|
Number of bytes read from disk by the SQL statement |
|
|
Number of physical write I/O requests issued by the SQL statement |
|
|
Number of bytes written to disk by the SQL statement |
|
|
PL/SQL execution time (in microseconds) for the SQL statement |
|
|
Java execution time (in microseconds) for the SQL statement |
|
|
Cluster wait time (in microseconds) for the SQL statement |
|
|
Concurrency wait time (in microseconds) for the SQL statement |
|
|
Application wait time (in microseconds) for the SQL statement |
|
|
User I/O Wait Time (in microseconds) for the SQL statement |
|
|
Number of uncompressed bytes (that is, size after decompression) that are offloaded to the Exadata cells for the SQL statement See Also: Oracle Exadata Storage Server Software documentation for more information |
|
|
Number of I/O bytes that can be filtered by the Exadata storage system for the SQL statement See Also: Oracle Exadata Storage Server Software documentation for more information |
|
|
Up to the first 100 characters of the text of the SQL statement |
|
|
SQL plan hash value |
|
|
SQL execution identifier |
|
|
Time at which the SQL statement execution started |
|
|
Time at which the SQL statement execution was last active |
|
|
Unique ID number for the session user who issued the SQL statement |
|
|
Unique number identifying the current user |
|
|
Child number of the SQL statement |
|
|
Session ID for the SQL statement's session |
|
|
Session serial number for the SQL statement's session |
|
|
Hash value for the module name corresponding to the executing session |
|
|
Hash value for the action name corresponding to the executing session |
|
|
Hash value for the service name corresponding to the executing session |
|
|
Indicates whether the |
|
|
Indicates whether the SQL statement generated an error ( |
|
|
If the SQL statement failed to execute, the error number (for example, |
|
|
If the SQL statement failed to execute, the error facility (for example, |
|
|
Type of SQL statement:
|
|
|
Indicates whether the SQL ran as a parallel execution ( |
|
|
The ID of the container to which the data pertains. Possible values include:
|
Note:
This view is available starting with Oracle Database 23ai.
See Also: