Skip to Main Content

Java Database Connectivity (JDBC)

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!

How to avoid "CLI0601E Invalid statement handle or statement is closed

843859Mar 14 2006 — edited Mar 15 2006
I am writing a java jdbc program which uses DB2Driver . when I execute the program in production server which involves huge volume of data, I am getting following exception. This is not

COM.ibm.db2.jdbc.DB2Exception: [IBM][JDBC Driver] CLI0601E Invalid statement handle or statement is closed. SQLSTATE=S1000

The above exception is not occuring the test region, which has considerable amount of data.

Can any one suggest me how to avoid this exception.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 12 2006
Added on Mar 14 2006
1 comment
283 views