ALL_IDENTIFIERS
displays information about the identifiers in the stored objects accessible to the current user.
Related Views
DBA_IDENTIFIERS
displays information about the identifiers in all stored objects in the database.
USER_IDENTIFIERS
displays information about the identifiers in the stored objects owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the identifier |
|
|
Name of the identifier |
|
|
|
Signature of the identifier |
|
|
|
Type of the identifier |
|
|
|
|
Name of the object where the identifier action occurred |
|
|
Type of the object where the identifier action occurred |
|
|
|
Type of the identifier usage:
|
|
|
|
Unique key for the identifier usage within the object |
|
|
|
Line number of the identifier action |
|
|
|
Column number of the identifier action |
|
|
|
Context |
|
|
|
The ID of the container where the data originates. Possible values include:
|
See Also: