Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JDBC Bound variable limit for sql queries

725288Sep 30 2009 — edited Oct 2 2009
I have a backend 10.2.0.4 DB server and am connecting via oracle 10.2.0.4 JDBC driver

I need to know if there is a limit on the no of variables that can be bound using a prepared Statement ?

A query like this :
select * from table where column in(?, ?, ?.....)
cannot have more than 1000 variables ?

If yes .. is there a way around it ?

Any help would be greatly appreciated
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 30 2009
Added on Sep 30 2009
4 comments
856 views