DBA_IDENTIFIERS
displays information about the identifiers in all stored objects in the database. Its columns are the same as those in ALL_IDENTIFIERS
.
· ALL_IDENTIFIERS
displays information about the identifiers in the stored objects accessible to the current user.
· 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 |
No comments:
Post a Comment