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 -> Bind PL/SQL table from C using OCI?

Bind PL/SQL table from C using OCI?

From: Brent Johnson <xone47_at_yahoo.UNSPAMABLE.com>
Date: Wed, 27 Oct 1999 12:17:52 -0400
Message-ID: <zxFR3.3090$CS3.105487@viper>


I have a type defined as follows:

TYPE number_arr IS TABLE OF NUMBER
  INDEX BY BINARY_INTEGER; I have a procedure defined as follows:

PROCEDURE array_test ( param1 IN std_types.number_arr) IS ...

Whenever I try to bind an array in an OCI program written in C, none of the entries in param1 exists.

Can anyone provide sample code, or at least tell me what the appropriate calls and important parameters are? The Oracle OCI manual isn't much help.

Thanks,
  Brent Johnson
  xone47_at_yahoo.UNSPAMABLE.com Received on Wed Oct 27 1999 - 11:17:52 CDT

Original text of this message

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