Environment: oracle 11g, spring-jdbc-3.2.2-RELEASE.jar, JDK 1.7, Oracle UCP driver.
I have a stored procedure which insert record to a table with CLOB column. The SP has
It depend on your version of Oracle:
SetBigStringTryClob
true
DriverManager
OraclePreparedStatement.setStringForClob
Also, this article may help you.