Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Perl DBI::Oracle problems

Perl DBI::Oracle problems

From: Jeffrey Herman <jherman_at_imap4.lbl.gov>
Date: Tue, 23 Jun 1998 11:42:32 -0700
Message-ID: <358FF718.B4C84083@imap4.lbl.gov>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US