Overflow using LOB data

2001-06-28 Thread Hèctor Alòs i Font
When trying to update a CLOB field of a table with a value more than 80 characters long, we receive the following error: DBD::Oracle::st fetchrow_array failed: ERROR fetching field 6 of 10. LOB value truncated from 80 to 80. DBI attribute LongReadLen too small and/or LongTruncOk not set at

Re: Overflow using LOB data

2001-06-28 Thread Hardy Merrill
I don't really see anything wrong, but it would be more helpful if you gave more code. Hèctor Alòs i Font [[EMAIL PROTECTED]] wrote: When trying to update a CLOB field of a table with a value more than 80 characters long, we receive the following error: Here you say you have problems updating

Re: Overflow using LOB data

2001-06-28 Thread Hèctor Alòs i Font
Thanks for the answer. I can not see any difference between your 4-step programme and ours. The error we receive is in fact in the next step: 5. my @row = $sth-fetchrow_array; Regards, Hector En/Na Hardy Merrill ha escrit: I don't really see anything wrong, but it would be more helpful