Oracle SQL DATE conversion problem using iBATIS via Java JDBC

前端 未结 7 545
悲哀的现实
悲哀的现实 2020-12-24 03:36

I\'m currently wrestling with an Oracle SQL DATE conversion problem using iBATIS from Java.

Am using the Oracle JDBC thin driver ojdbc14 version 10.2.0.4.0. iBATIS v

7条回答
  •  隐瞒了意图╮
    2020-12-24 04:14

    Richard Yee mentions that Oracle's latest drivers fix the problem. I can confirm that. Had the same problem here with 10.2 drivers, upgraded today to ojdbc5.jar (11.2.0.1.0), and the problem is gone now.

提交回复
热议问题