Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Parameters of a stored procedure
Sybrand Bakker wrote:
> On 14 Feb 2005 09:52:08 -0800, "harp" <hmetu_at_gmx.net> wrote:
>
> >Hi!
> >I have the following problem:
> >There is a situation where a programA (user) has to make a requests
by
> >sending stored procedures. The procedures have variable parameters
> >(like param1 in, param2 inout, param3 out,...etc.). I shoul be
> >accessing these procedures. How can I find out if the procedure is
> >having any parameter, and what type of parameters and how many of
them?
> >I should know this, so as to be able to send the required results
back
> >to programA or the user initiating it.
> >I do use oracle9i, c++, odbc.
> >Thanks for your comments in advance!
> >Harp
>
> Refer to user_|all_|dba_arguments and/or the documentation of these
> procedures.
>
>
> --
> Sybrand Bakker, Senior Oracle DBA
Oh, thanks very much for the tipps. There is even SQLProcedureColumns
via odbc which will also help very much.
Regards,
harp
Received on Mon Feb 14 2005 - 15:57:39 CST