Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How get stored procedure parameter list and their type?

Re: How get stored procedure parameter list and their type?

From: MarkyG <markg_at_mymail.tm>
Date: 14 Nov 2001 00:28:43 -0800
Message-ID: <ab87195e.0111140028.128d95ce@posting.google.com>


You can interrogate the table user_source (or all_source) for the procedure text body.
For arguments, you can issue a DESC <procedure> from SQL Plus or look at the table user_arguments.

HTH, Mark

Li <l_zhou_at_hotmail.com> wrote in message news:<F8AA2253EC9D26E2.C298B189C72A61E1.87D0695101E362DA_at_lp.airnews.net>...
> Hi,
> Someone can tell me how to retrieve the text body from a procedure and
> get the list of parameters and parameter type. Of course I can process
> the string of the procedure, but is there a better way by using any
> command. Thanks a lot
Received on Wed Nov 14 2001 - 02:28:43 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US