Skip Headers
Oracle® Database Reference
11g Release 1 (11.1)

Part Number B28320-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

DBA_HIST_SQLTEXT

DBA_HIST_SQLTEXT displays the text of SQL statements belonging to shared SQL cursors captured in the Workload Repository. This view captures information from V$SQL and is used with the DBA_HIST_SQLSTAT view.

Column Datatype NULL Description
DBID NUMBER NOT NULL Database ID
SQL_ID VARCHAR2(13) NOT NULL SQL identifier of the parent cursor in the library cache
SQL_TEXT CLOB   Full text for the SQL statement exposed as a CLOB column
COMMAND_TYPE NUMBER   Oracle command type definition