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!

How to update oracle jdbc driver to 11.1.0.7.0 JDBC Drivers

806580Jan 7 2011 — edited Jan 7 2011
HI,
I got a jdbc exception *" java.lang.ArrayIndexOutOfBoundsException "*.

I have known that it is a Oracle JDBC bug and Oracle BUG number is BUG-6396242.
The problem is too many rows per database transaction and it is fixed at version 11.1.0.7 Oracle JDBC Drivers.

Here is the 11.1.0.7 Oracle JDBC Driver Readme.
http://www.oracle.com/technetwork/database/enterprise-edition/111070-readme-083278.html

and the download
http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-111060-084321.html

My question is :
*1.How to update oracle jdbc drivers with those downloads ?*
(ps. I have replaced ojdbc5_g.jar, ojdbc5.jar, ojdbc6_g.jar, ojdbc6_g.jar in $ORACLE/jdbc, but it did'nt work. )
*2.My Oracle version is 11.1.0.6.0, will it be OK if only update the JDBC driver?*
*3.Do I need to update the jdbc driver where my program runs on the client side ?*


Thanks for answers~ :)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 4 2011
Added on Jan 7 2011
2 comments
1,314 views