How to switch from jdbc driver 10.x to 9.x
I currently have the jdbc driver 10.x installed and I cannot get rid of it. I deleted every instance of ojdbc14.jar on the server. and I put classes12.jar in /$catalina_home/common/lib/ I stop tomcat restart apache and than start tomcat again. and every time a create a connection and run the following code:
DatabaseMetaData dmd = connection.getMetaData();
out.println("JDBC Driver version: " + dmd.getDriverVersion());
I get the following output:
JDBC Driver version: 10.1.0.3.0
please help me! :P thanks!
[544 byte] By [
sims11tza] at [2007-10-3 4:28:30]

> I currently have the jdbc driver 10.x installed and I
> cannot get rid of it. I deleted every instance of
> ojdbc14.jar on the server. and I put classes12.jar in
> /$catalina_home/common/lib/ I stop tomcat restart
> apache and than start tomcat again. and every time a
> create a connection and run the following code:
>
> DatabaseMetaData dmd = connection.getMetaData();
> out.println("JDBC Driver version: " +
> dmd.getDriverVersion());
>
> I get the following output:
>
> JDBC Driver version: 10.1.0.3.0
>
>
> please help me! :P thanks!
1. download the driver you want
2. put it somewhere
3. point your classpath to the driver or register the datasource using that jar