| Oracle9i Database Reference Release 2 (9.2) Part Number A96536-02  | 
  | 
| 
 | 
View PDF | 
ALL_PROCEDURES lists all functions and procedures, along with associated properties. For example, ALL_PROCEDURES indicates whether or not a function is pipelined, parallel enabled or an aggregate function. If a function is pipelined or an aggregate function, the associated implementation type (if any) is also identified.
DBA_PROCEDURES lists all functions and procedures, along with associated properties.USER_PROCEDURES lists all functions and procedures, along with associated properties. It does not contain the OWNER column.