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!

ojdbc14.jar API and Oracle Database Version

843859Feb 22 2007 — edited Feb 22 2007
Hi

Im using ojdbc14.jar for accessing an oracle 10G database.

Im trying to troubleshoot an exception -
java.sql.SQLException: Parameter Type Conflict

that seems to get thrown by the method -
OraclePreparedStatament.processCompletedBindRow

I have a couple of questions:

1. Is the documentation/source available for ojdbc14.jar in order that I can try and find out what this method is supposed to be doing?

2. Also, can anyone confirm if the jar Im using is the correct version of drivers for accessing a 10G database?

3. When I go to the JDBC support center at Oracle(http://www.oracle.com/technology/docs/tech/java/sqlj_jdbc/index.html) any support documentation/APIs refer only to the Oracle db version and dont mention Java versions. Im using ojdbc14.jar which I guess is for use with Java version 1.4 onwards - how does this relate to the Oracle database versions?


Thnaks very much in advance to anyone who can give me any suggestions on the above. This issue has stumped me for days now. Ive checked and double checked my code, and the Oracle Java types I have generated from the database, and they all seem to be fine.

Jon
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 22 2007
Added on Feb 22 2007
1 comment
247 views