7.117 DBA_WORKLOAD_CAPTURE_SQLTEXT
DBA_WORKLOAD_CAPTURE_SQLTEXT
displays all the SQL statements that have been recorded in a workload capture. For those SQL statements whose length exceeds 1000 characters, the full statements can be loaded to the DBA_WORKLOAD_LONG_SQLTEXT
view using the DBMS_WORKLOAD_REPLAY.LOAD_LONG_SQLTEXT
procedure.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Internal key for the workload capture |
|
|
|
SQL identifier of the parent cursor in the library cache |
|
|
|
Type of the SQL statement, which can include values such as |
|
|
|
First thousand characters of the SQL text for the current cursor |
|
|
|
The length of the SQL statement |
|
|
|
Indicates whether the
SQL_TEXT column includes the full text of the SQL statement. Possible values:
|
See Also:
-
Oracle Database PL/SQL Packages and Types Reference for information about the
DBMS_WORKLOAD_REPLAY
package