I am trying to write to an Oracle clob field a value over 4000 characters. This seams to be a common issue but non of the solutions seem to work. So I pray for help from her
It should be:
true 0
And not:
true
And use the right dialect for your database (org.hibernate.dialect.Oracle9iDialect).
org.hibernate.dialect.Oracle9iDialect
Also make sure that you are using the latest Oracle 10g Release 2 thin driver (10.2.0.4) or later.