Oracle 11gR1
DBA_PROCEDURES
lists all functions and procedures along with their associated properties. Its columns are the same as those in "ALL_PROCEDURES".
· 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.
· USER_PROCEDURES
lists all functions and procedures, along with associated properties. It does not contain the OWNER
column.
Column | Datatype | NULL | Description |
|
|
| Owner of the procedure |
|
|
| Name of the object: top-level function, procedure, or package name |
|
| | Name of the procedure |
|
| | Object number of the object |
|
| | Unique subprogram identifier |
|
| | Overload unique identifier |
|
| | The typename of the object |
|
| | Indicates whether the procedure is an aggregate function ( |
|
| | Indicates whether the procedure is a pipelined table function ( |
|
| | Name of the owner of the implementation type, if any |
|
| | Name of the implementation type, if any |
|
| | Indicates whether the procedure or function is parallel-enabled ( |
|
| |
|
|
| |
|
|
| | Indicates whether the procedure/function is declared to execute as |
Oracle data dictionary views
Oracle dynamic performance views
No comments:
Post a Comment