2.168 ALL_IDENTIFIERS
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 theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the identifier |
|
|
|
Name of the identifier |
|
|
|
Signature of the identifier |
|
|
|
Type of the identifier. For SQL identifiers, the types include:
For PL/SQL identifiers, the types include:
|
|
|
|
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 |
|
|
|
Contains the value of the
character set clause when it is used in a variable identifier declaration. These are the possible values when the character set is derived from another variable identifier:
|
|
|
|
Column contains the attribute value when
%attribute is used in a variable declaration. Possible values:
|
|
|
|
Contains the type of the length constraint when it is used in a string length constraint declaration. Possible values:
|
|
|
|
Contains the numeric length constraint value for a string length constraint declaration |
|
|
|
Contains the numeric precision when it is used in a variable declaration |
|
|
|
Contains the numeric second precision value (for instance, interval types) used in a variable declaration |
|
|
|
Contains the numeric scale value used in a variable declaration. |
|
|
|
Contains the numeric lower range value used by a variable declaration with a range constraint |
|
|
|
Contains the numeric upper range value used by a variable declaration with a range constraint |
|
|
|
This column is set when a
NULL constraint is used by a variable declaration. Possible values:
|
|
|
|
Is set to |
|
|
|
Indicates whether the identifier is an implicit identifier that does not appear in the source (YES ) or not (NO )
|
|
|
|
Owner of the object in which this identifier was declared |
|
|
|
Name of the object in which this identifier was declared |
|
|
|
Type of the object in which this identifier was declared |
|
|
|
The ID of the container where the data originates. Possible values include:
|
Footnote 1 This column is available starting with Oracle Database release 19c, version 19.1.
See Also: