I am currently working on a project using Spring + Ibatis.  DBA's have
recently switched a varchar field into a CLOB field to support large Strings
of data.  

My SQL map has the following

  <result property="filters" column="FILTER_DATA" jdbcType="CLOB"/>

which maps to a String object in my java class.

I can retrieve data ok. Its when I try to insert data that I get the
following error.  

java.sql.SQLException: ORA-01704: string literal too long

I am using the classes12.jar JDBC driver, Ibatis  2.2.0, and Spring 2.0

Any help on this issue would be greatly appreciated. 
-- 
View this message in context: 
http://www.nabble.com/Ibatis-CLOB-Support-tp22745185p22745185.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.

Reply via email to