On Apr 1, 3:45*pm, seannakasone <snaka... (AT) flex (DOT) com> wrote:
Quote:
Hi, anyone have code snippets on how to list out user functions and
procedures? *perhaps there is a table or view that contains
this information, like user_procs or user_funcs or something like that.
Thanks,
Sean |
Beides looking in dba_objects and dba_arguments as Michel mentioned
there is another view that may be of interest: all_procedures
It can be used to identify if the procedure is pipe_lined, aggregate,
etc ....
HTH -- Mark D Powell --