Change to a new Oracle JDBC driver?

可紊 提交于 2020-01-06 12:42:43

问题


We are using the Oracle JDBC driver version 9.0.2.0.0 and are having some trouble concerning saving CLOBs to the database. (method clob.setCharacterStream(0); throws an UnsupportedFeatureSqlException. I think this is because of the old version...

Is it save to switch to the newest 10g driver? (We are using a database of version 10). Or could that cause any problems in our existing queries?


回答1:


If you're using version 10 of the DB, I'd definitely use the 10g JDBC drivers. In fact, and ISTBC, but I think that using 9 JDBC drivers against a 10 DB would be considered unsupported by Oracle.

I don't recall having any issues when we shifted (long time ago now!) but of course you'll have to test.



来源:https://stackoverflow.com/questions/8911120/change-to-a-new-oracle-jdbc-driver

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