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 -> Q: variable number of pl/sql bind variable ?

Q: variable number of pl/sql bind variable ?

From: <tedchyn_at_yahoo.com>
Date: Thu, 02 Dec 1999 16:10:53 GMT
Message-ID: <8265le$egs$1@nnrp1.deja.com>


Sir:

I have a plsql block with
 select xx from tab_a where xx in(:v1,:v2 and etc)

the max number of bind variables can be 0 to 1000.

One of possible solution is to use a function - where xx in(select * from a <function>). I am looking for an example of this sort.

Thanks in advance
Ted

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Dec 02 1999 - 10:10:53 CST

Original text of this message

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