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 -> Re: help needed: insertion in OCI

Re: help needed: insertion in OCI

From: <edwards_at_garland.dnr.state.sc.us>
Date: 1997/05/06
Message-ID: <336F224B.41C6@garland.dnr.state.sc.us>#1/1

> I'm trying to insert into a 'LONG' column using OCI calls.
> I've defined my data in OCI's 'text' datatype, which is unsigned char.
> I've tried specifying the ftype parameter to 'obndrv' call as SQLT_STR
> , SQLT_CHR. I get the following error at runtime in 'oexec' call in both
> cases:
>
> ORA-01401: inserted value too large for column
>

have you tried SQLT_LNG ? Received on Tue May 06 1997 - 00:00:00 CDT

Original text of this message

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