ojdbc14.jar API and Oracle Database Version
843859Feb 22 2007 — edited Feb 22 2007Hi
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