Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Perl DBI::Oracle problems
I'm trying to use the Perl DBI modules to extract a long raw field into
a Perl variable. When I issue the following commands:
$c = $h->prepare("select image_sample from image_table where image_id =
'im01'");
$c->execute;
($jpeg) = $c->fetchrow_array;
I get the following error:
There was an error ORA-01406: fetched column value was truncated (DBD: ofetch rcode) at xjpeg line 23.
Does anybody know what's wrong with this?
Jeff Received on Tue Jun 23 1998 - 13:42:32 CDT
![]() |
![]() |