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


VIEW: SYS.USER_SOURCE

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

Source of stored objects accessible to the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (128)
Name of the object
TYPE VARCHAR2 (12)
Type of the object: "TYPE", "TYPE BODY", "PROCEDURE", "FUNCTION", "PACKAGE", "PACKAGE BODY", "LIBRARY", "ASSEMBLY" or "JAVA SOURCE"
LINE NUMBER

Line number of this line of source
TEXT VARCHAR2 (4000)
Source text
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
,      TYPE
,      LINE
,      TEXT
,      ORIGIN_CON_ID
FROM SYS.USER_SOURCE;

Dependencies

[top of page]

SYS.USER_SOURCE references the following:

SchemaSYS
ViewINT$DBA_SOURCE
SYS.USER_SOURCE is referenced by following:

SchemaPUBLIC
SynonymUSER_SOURCE