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!

Classes12 .jar Vs Ojdbc14.jar, which one I should use?

843859Dec 3 2005 — edited Dec 5 2005
Hi,

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 2 2006
Added on Dec 3 2005
3 comments
572 views