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


VIEW: SYS.USER_SOURCE_AE

Object Details
Object Name: USER_SOURCE_AE
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
EDITION_NAME VARCHAR2 (128)
Name of the Edition
Query Text

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


SELECT NAME
,      TYPE
,      LINE
,      TEXT
,      EDITION_NAME
FROM SYS.USER_SOURCE_AE;

Dependencies

[top of page]

SYS.USER_SOURCE_AE references the following:

SchemaSYS
TableOBJ$
TableSOURCE$
View_ACTUAL_EDITION_OBJ
SYS.USER_SOURCE_AE is referenced by following:

SchemaPUBLIC
SynonymUSER_SOURCE_AE