Which OJDBC Driver for Java 6?

拈花ヽ惹草 提交于 2019-12-10 20:06:37

问题


We're currently using ojdbc14.jar, should we be using ojdbc6.jar ?

Update: Oracle 10g being used


回答1:


If you're working with java6, you can (and should) use ojdbc6.jar if it is compatible with your database.


Resources :

  • oracle.com - JDBC drivers



回答2:


Short answer - yes, you should.

Long answer - look at compatibility tables in Oracle JDBC FAQ:

  • Which JDBC drivers support which versions of Oracle Database?
  • Which JDBC drivers support which versions of Javasoft's JDK?

For JDK 1.6 and Oracle 10g best option is o



来源:https://stackoverflow.com/questions/3922774/which-ojdbc-driver-for-java-6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!