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 /export/home2/admnot/lib/DB/Statement.pm line 180.
We have previously executed:
$dbh->{LongReadLen} = 80000;
$dbh->{LongTruncOk} = 1;
We have DBI version 1.14, DBD::Oracle version 1.06, perl version 5.6.0 and
Oracle version 8.1.6.
Any idea?
Thanks in advance!
Hector