What is the difference between ojdbc6.jar and ojdbc7.jar?

后端 未结 3 1911
面向向阳花
面向向阳花 2021-01-07 23:06

Will ojdbc6.jar work for JDK 1.7 and Oracle 12c? Should I use ojdbc7.jar?

Thank you in advance.

3条回答
  •  清酒与你
    2021-01-07 23:50

    For completeness, note that the number in the filename is NOT the version number of the driver and ojdbc6.jar version 12.x has a weird difference respect ojdbc6.jar version 11.x: newer versions do not truncate or set to "00:00:00" the time component when called with setDate and getDate methods, so you should pay attention to the version number too (you can find it in the manifest as "Implementation-Version"). See this post for more details.

提交回复
热议问题