Joined: Thu Feb 15, 2007 3:32 pm Posts: 10
|
Hello,
I'm trying to update a table where two of the columns are CLOBS. As mentioned by others - I periodically get the below error:
nested exception is java.sql.SQLException: ORA-01483: invalid length for DATE or NUMBER bind variable
The length of the clobs are both over 4000 chars. When the length is less than 4000 I get no error.
The hibernate logs are showing that the correct values are being binded properly - so I'm very puzzeled.
Some have suggested some getting latest Oracle Driver. Tried this but still the error persists.
Has anyone solved this ?
cheers
|
|