3.86 ALL_STATEMENTS
ALL_STATEMENTS describes all SQL statements in stored PL/SQL objects accessible to the user.
               
Related Views
-  
                        DBA_STATEMENTSdescribes SQL statements in stored PL/SQL objects accessible toSYS.
-  
                        USER_STATEMENTSdescribes SQL statements in stored PL/SQL objects accessible to the user. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the statement | 
| 
 | 
 | 
 | Signature of the statement. Every statement type has a unique PL/Scope signature that identifies that instance of th statement. | 
| 
 | 
 | 
 | Type of the statement. Statement types correspond to statements that can be used in PL/SQL to execute or otherwise interact with SQL: 
 | 
| 
 | 
 | 
 | Name of the object where the statement usage occurred | 
| 
 | 
 | 
 | Type of the object where the statement usage occurred | 
| 
 | 
 | 
 | Unique key for a statement usage within the object | 
| 
 | 
 | 
 | Line number of the statement usage | 
| 
 | 
 | 
 | Column number of the statement usage | 
| 
 | 
 | 
 | Context USAGE_ID of an statement usage | 
| 
 | 
 | 
 | SQL ID of the SQL statement. The value of this column is null for statements that do not have a SQL ID. | 
| 
 | 
 | 
 | 
 If a hint appears inside of a subquery, then  | 
| 
 | 
 | 
 | Indicates whether the statement contains a  | 
| 
 | 
 | 
 | Indicates whether the statement contains a  | 
| 
 | 
 | 
 | Indicates whether the statement returns results into a PL/SQL record ( | 
| 
 | 
 | 
 | Indicates whether the statement contains a  | 
| 
 | 
 | 
 | Indicates whether the statement contains a  | 
| 
 | 
 | 
 | Indicates whether the statement contains an  | 
| 
 | 
 | 
 | The normalized form of the statement, when the statement has a normalized form. These are typically the same statements that have a SQL ID. The column value is null when the statement does not have a normalized form. | 
| 
 | 
 | 
 | Clob text of the SQL statement | 
| 
 | 
 | 
 | The ID of the container where the data originates. Possible values include: 
 | 
Note:
This view is available starting with Oracle Database 12c Release 2 (12.2.0.1)
See Also: