Ruben Fonseca wrote:
I am not sure if it would cause this exception but one thing that is important when working with Clob/Blob is to have autocommit off, since the object is only valid for the current transaction.Thank you! I didn't know about the CLOB type! However, I'm still having problems when *reading* from the CLOB.. When I call the ResultSet.getString on the CLOB I get a IOException thrown, when the String is large... Is this a known problem?
Kathey