oracle clob

http://stackoverflow.com/questions/10727521/insert-clob-into-oracle-database

Insert CLOB into Oracle database


If you are using a current driver (> 10.2) then I think the setCharacterStream() call and the creation of the Reader is not necessary either. A simple setString(1, query) will most probably work as well.
如果你使用的oracle jdbc驱动版本大于10.2的话,那么我认为设置字符流调用读取器不必要了。
一个简单的设置字符串方法已经可以很好的工作。

你可能感兴趣的:(oracle clob)