I\'m trying to save a CLOB into the database and recovering it, but I\'m getting an SQLException:
Caused by: java.sql.SQLException: Lob read/write functions
Setting the hibernate property
sorved the problem for me.
Setting the lobCreator for SessionFactory to NonContextualLobCreator is probably a better solution (not tried yet).
However I'm not sure what causes this error.