Hi, When I try to insert a XML object into a XMLType column in Oracle with more than 4000 characters, I get the following exception. ORA-01461: can bind a LONG value only for insert into a LONG column
Is there anyway we can work around that? My mapping works fine when the XML can be serialized with less than 4000 characters. I am using OpenJpa 1.2.2 and Oracle 10g with Spring + OpenJpaVendorAdapter. Any help would be greatly appreciated. Thanks. Kelvin