You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by yh-maurizio <m....@reply.it> on 2006/11/23 11:11:13 UTC

Data size bigger than max size

Greetings to everybody!

I have solved the previous problem with SendMailFomScreen (a wrong setting
in ProductStore's email). Now it seems work... it seems :-s

The problem is now in the DB (I'm using Oracle 10g): when it try to write in
the Content field of the table ComminicationEvent, return an SQL exception:

---
SQL Exception while setting value on field [content] of entity
CommunicationEvent:  (Data size bigger than max size for this type: 9940))
---

that seems to be one of the infamous Oracle clob issues.

In a forum, I found a thread in which is suggested to try a different Oracle
driver. Maybe this a driver's problem?

Other ideas?

Thanks.

Maurizio

-- 
View this message in context: http://www.nabble.com/Data-size-bigger-than-max-size-tf2691724.html#a7505905
Sent from the OFBiz - Dev mailing list archive at Nabble.com.


Re: Data size bigger than max size

Posted by yh-maurizio <m....@reply.it>.
I solved updating the ojdbc14 drivers with the latest release.

Thanks anyway.

Maurizio
-- 
View this message in context: http://www.nabble.com/Data-size-bigger-than-max-size-tf2691724.html#a7509053
Sent from the OFBiz - Dev mailing list archive at Nabble.com.