Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

E40402-08
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

ALL_IDENTIFIERS

ALL_IDENTIFIERS displays information about the identifiers in the stored objects accessible to the current user.

Related Views

Column Datatype NULL Description
OWNER VARCHAR2(30) NOT NULL Owner of the identifier
NAME VARCHAR2(30)   Name of the identifier
SIGNATURE VARCHAR2(32)   Signature of the identifier
TYPE VARCHAR2(18)   Type of the identifier
OBJECT_NAME VARCHAR2(30) NOT NULL Name of the object where the identifier action occurred
OBJECT_TYPE VARCHAR2(13)   Type of the object where the identifier action occurred
USAGE VARCHAR2(11)   Type of the identifier usage:
  • DECLARATION

  • DEFINITION

  • CALL

  • REFERENCE

  • ASSIGNMENT

USAGE_ID NUMBER   Unique key for the identifier usage within the object
LINE NUMBER   Line number of the identifier action
COL NUMBER   Column number of the identifier action
USAGE_CONTEXT_ID NUMBER   Context USAGE_ID of the identifier usage