DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.USER_IDENTIFIERS

Object Details
Object Name: USER_IDENTIFIERS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Identifiers in stored objects accessible to the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (128)
Name of the identifier
SIGNATURE VARCHAR2 (32)
Signature of the identifier
TYPE VARCHAR2 (18)
Type of the identifier
OBJECT_NAME VARCHAR2 (128) Yes Name of the object where the identifier usage occurred
OBJECT_TYPE VARCHAR2 (13)
Type of the object where the identifier usage occurred
USAGE VARCHAR2 (11)
Type of the identifier usage
USAGE_ID NUMBER

Unique key for an identifier usage within the object
LINE NUMBER

Line number of the identifier usage
COL NUMBER

Column number of the identifier usage
USAGE_CONTEXT_ID NUMBER

Context USAGE_ID of an identifier usage
ORIGIN_CON_ID NUMBER

ID of Container where row originates
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT NAME
,      SIGNATURE
,      TYPE
,      OBJECT_NAME
,      OBJECT_TYPE
,      USAGE
,      USAGE_ID
,      LINE
,      COL
,      USAGE_CONTEXT_ID
,      ORIGIN_CON_ID
FROM SYS.USER_IDENTIFIERS;

Dependencies

[top of page]

SYS.USER_IDENTIFIERS references the following:

SchemaSYS
ViewINT$DBA_IDENTIFIERS
SYS.USER_IDENTIFIERS is referenced by following:

SchemaPUBLIC
SynonymUSER_IDENTIFIERS