Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Inserting into Long
Please use 'perldoc DBD::Oracle' from the command line.
This documentation will tell you how to deal with longs.
Jared
On Thu, 1 Feb 2001, Gary Chauhan wrote:
> Hi,
>
> I am loading data into Oracle table using a perl program.
> Table structure is ( Col1 Varchar2,
> Col2 Long );
>
> What r the different ways to insert into Long field?
>
> I have a string of length more than 4000 characters. When I am using
> insert statement like
>
> insert into table values ('abcd','String of more than 4000
> characters');
>
> I am getting an error ora 01704. If someone has example code to insert
> into long field, I will appreciate that.
>
> Thanks,
>
> Gary
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Gary Chauhan
> INET: garychauhan_at_hotmail.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: jkstill_at_cybcon.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Feb 01 2001 - 11:43:56 CST