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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

jdbc driver version

643222Dec 2 2009 — edited Dec 3 2009
hi all,
i just downloaded ojdbc5.jar since my ojdbc14.jar was throwing errors while working with BLOB's for oracle 11g database. after getting the upgrade ojdbc5.jar i still get the same driver version (reported by getDriverVersion() method) as when i had the old ojdbc14.jar file.


Driver name: Oracle JDBC driver
Driver version: 9.2.0.1.0


CLASSPATH=C:\oracle\ora92\jdbc\lib\ojdbc5.jar;


have included the new driver in both my classpath and my IDE (netbeans 6.7.1) so i dont understand why the same old version of oracle driver is being picked up by the JRE ??

any help would be much appreciated.

ta.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 31 2009
Added on Dec 2 2009
1 comment
2,316 views