Home Oracle Commands Oracle Data Dictionary
v$ Performance views

USER_SOURCE

Source of stored objects accessible to the user

Columns
   ___________________________
 
   TYPE
      Type of the object: `TYPE`, `TYPE BODY`, `PROCEDURE`, `FUNCTION`, `PACKAGE`, `PACKAGE BODY` or `JAVA SOURCE`
   LINE
      Line number of this line of source
   TEXT
      Source text
   NAME
      Name of the object

Related Commands:

 DBA_ERRORS         ALL_ERRORS           USER_ERRORS          ERROR_SIZE 
 DBA_LIBRARIES      ALL_LIBRARIES        USER_LIBRARIES 
 DBA_OBJECT_SIZE    USER_OBJECT_SIZE

 



Back to the Top

Simon Sheppard
SS64.com