OCI calling PL/SQL help!
Date: 1995/09/18
Message-ID: <rickmich-1809950911280001_at_rickmich.dialup.access.net>#1/1
I am trying to set up a middleware layer that allows users to call packaged procedures in an ad-hoc manner. The layer is based on OCI and basically uses OCI calls to determine the parameters to the procedure. I have gotten the code to work for scalar values, but I have having troubles using arrays.
The nature of the problem is that Oracle doesn't have any examples of OCI code
where the procedure, its parameters, and the array size of it parameters are determined at runtime, rather then at compile time.
I am simply trying to bind an element of a 3 dim array via obndra(). I get either seg faults, or array size errors during the oexn() call.
Are there any OCI gurus out there?
--
_____________________________________________________
Rick Michaud
Citibank, N.A.
Senior Systems Officer
1 Court Square, 39th Floor
Long Island City, NY 11120
_____________________________________________________
Received on Mon Sep 18 1995 - 00:00:00 CEST