Using 10g JBDC Drvier with Oracle 9i
We are using an Oracle 10.2.0.3 JDBC driver to connect to an Oracle 9.2.0.8 (64 bit) instance.
Does any one know if it is supported to use the 10g driver class name to connect to the 9i database, or we should be using the 9i classes in the 10g jar file?
The reason to use a 10g driver is to avoid issues with CLOB and BLOB that fail with oracle 9i drivers. If the 10g class can not be used, is the 9i class different from the one bundled in the JDBC jar file for 9i?
The reason to use a 10g driver is to avoid issues with CLOB and BLOB that fail with oracle 9i drivers. If the 10g class can not be used, is the 9i class different from the one bundled in the JDBC jar file for 9i?