dbTalk Databases Forums  

listing funcs and procs

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss listing funcs and procs in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
seannakasone
 
Posts: n/a

Default listing funcs and procs - 04-01-2010 , 02:45 PM






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

Reply With Quote
  #2  
Old   
Michel Cadot
 
Posts: n/a

Default Re: listing funcs and procs - 04-01-2010 , 03:19 PM






"seannakasone" <snakason (AT) flex (DOT) com> a écrit dans le message de news:
Pine.CYG.4.58.1004010942240.2888 (AT...naryrpgevp.arg...
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
user_objects and choose object_type
user_source for the code
user_errors for the compilation errors
user_arguments for the procedure arguments

Regards
Michel

Reply With Quote
  #3  
Old   
seannakasone
 
Posts: n/a

Default Re: listing funcs and procs - 04-01-2010 , 04:41 PM



that's what i needed. thankyou!!

Reply With Quote
  #4  
Old   
Mark D Powell
 
Posts: n/a

Default Re: listing funcs and procs - 04-02-2010 , 08:57 AM



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 --

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.