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 -> OCI - a tough one...

OCI - a tough one...

From: Dan Shechter <shecht_at_ibm.net>
Date: 1997/04/04
Message-ID: <33442C28.7DA5@ibm.net>#1/1

Greetings OCI wizards...

Does anyone know how to bind an array of input variables while binding a different array of output variables ?

Or in english: I need to read many rows from a table, while my condition contains a field with many possible values.

I can't just use a simple SQL statement like this: "select my_field from my_table where my_other_field in ...." because SQL statements are limited in size to 64KB, while my condition easily surpasses that limit.

If this (binding *both* input and output arrays) is not possible via OCI, can someone tell me if and how can it be done using PL/SQL?

I need of desparate help.

        Dan. Received on Fri Apr 04 1997 - 00:00:00 CST

Original text of this message

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