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

Home -> Community -> Usenet -> c.d.o.server -> Re: Parameters of a stored procedure

Re: Parameters of a stored procedure

From: Sybrand Bakker <sybrandb_at_hccnet.nl>
Date: Mon, 14 Feb 2005 19:28:17 +0100
Message-ID: <ncr11119q2bovva6ig7v7atkskorq1vbr3@4ax.com>


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
Received on Mon Feb 14 2005 - 12:28:17 CST

Original text of this message

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