[odb-users] Inserting CLOB greater having size greater then 12288

Boris Kolpackov boris at codesynthesis.com
Mon Jan 15 05:32:40 EST 2024


roberto minarelli <roberto.minarelli.de at gmail.com> writes:

> I can try to debug it by myself but do you have any hint?

Start the test you wrote under the debugger and step into the
ODB function that throws the exception. The underlying error
is most likely reported by the OCI API, which will most likely
be either when binding the parameter or when executing the
statement. Look at how things are bound and executed, read
OCI documentation, and try to figure out what could possible
be wrong.



More information about the odb-users mailing list