SYS.ALL_IDENTIFIERS
The ALL_IDENTIFIERS view displays information about the identifiers in the stored objects accessible to the current user.
Related views
-
SYS.DBA_IDENTIFIERSdisplays information about the identifiers in all stored objects in the database. It has the same columns asALL_IDENTIFIERS. -
SYS.USER_IDENTIFIERSdescribes the identifiers for all stored objects that are owned by the current user. This view does not display theOWNERcolumn.
Columns
| Column name | Type | Description |
|---|---|---|
|
|
|
Identifier owner |
|
|
|
Identifier name |
|
|
|
Signature of the identifier |
|
|
|
Identifier type |
|
|
|
Name of the object where the identifier action occurred |
|
|
|
Type of the object where the identifier action occurred |
|
|
|
Type of the identifier usage (declaration, definition, call, reference, assignment) |
|
|
|
Unique key for the identifier usage within the object |
|
|
|
Line number of the identifier action |
|
|
|
Column number of the identifier action |
|
|
|
Context |