User Workload
The table describes the columns of the USER_WORKLOAD table.
| Column | Data Type | Required | Description |
|---|---|---|---|
|
QUERY |
Any LONG or VARCHAR type (all character types) |
YES |
SQL statement for the query. |
|
OWNER |
VARCHAR2 (30) |
YES |
User who last ran the query. |
|
APPLICATION |
VARCHAR2 (30) |
NO |
Application name for the query. |
|
FREQUENCY |
NUMBER |
NO |
Number of times that the query was run. |
|
LASTUSE |
DATE |
NO |
Last date on which the query was run. |
|
PRIORITY |
NUMBER |
NO |
User-supplied ranking of the query. |
|
RESPONSETIME |
NUMBER |
NO |
Processing time of the query in seconds. |
|
RESULTSIZE |
NUMBER |
NO |
Total number of bytes that the query selected. |
|
SQL_ADDR |
NUMBER |
NO |
Cache address of the query. |
|
SQL_HASH |
NUMBER |
NO |
Cache hash value of the query. |