user_procedure 
user_triggers
user_source
user_objects

解决方案 »

  1.   

    ALL_SOURCE
    ALL_SOURCE describes the text source of all stored objects accessible to the user. Related Views
    DBA_SOURCE describes the text source of all stored objects in the database. USER_SOURCE describes the text source of all stored objects owned by the current user. This view does not display the OWNER column. Column  Datatype  NULL  Description  
    OWNER 
     VARCHAR2(30) 
     NOT NULL 
     Owner of the object 
     
    NAME 
     VARCHAR2(30) 
     NOT NULL 
     Name of the object 
     
    TYPE 
     VARCHAR2(12) 
      
     Type of object: FUNCTION, JAVA SOURCE, PACKAGE, PACKAGE BODY, PROCEDURE, TRIGGER, TYPE, TYPE BODY 
     
    LINE 
     NUMBER 
     NOT NULL 
     Line number of this line of source 
     
    TEXT 
     VARCHAR2(4000) 
      
     Text source of the stored object 
     
      

  2.   

    具体信息请参考:
    http://otn.oracle.com/pls/db901/db901.catalog_views?re=homepage