Home Oracle Commands Oracle Data Dictionary
v$ Performance views

USER_PROCEDURES

Description of the users own procedures

Columns
   ___________________________
 
   OBJECT_NAME
      Name of the object : top level function/procedure/package name
   PROCEDURE_NAME
      Name of the procedure
   AGGREGATE
      Is it an aggregate function ?
   PIPELINED
      Is it a pipelined table function ?
   IMPLTYPEOWNER
      Name of the owner of the implementation type (if any)
   IMPLTYPENAME
      Name of the implementation type (if any)
   PARALLEL
      Is the procedure parallel enabled ?
   INTERFACE
      --
   DETERMINISTIC
      --
   AUTHID
      --

Related:



Simon Sheppard
SS64.com