Classes12 .jar Vs Ojdbc14.jar, which one I should use?
843859Dec 3 2005 — edited Dec 5 2005Hi,
My project needs to get the information from Oracle 8 & oracle 10g databases. If I use classes12.jar file I am not able to execute queries on 10g tables. If I use Ojdbc14.jar I am getting "Bigger type length than maximum" error message.
If I use both jar files, I am only connecting to Oracle 8. This problem I am getting only If I access from JSP pages, from console using Junit test case it is wotking properly. I am using MyEclipse 3.1, JDK1.4, Tomcat 5 & Hibernate 3.
Is there any solution for this? Please help me.
Thanks.