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

Home -> Community -> Usenet -> c.d.o.tools -> Re: invalid number

Re: invalid number

From: Richard J Woodland <richwoodland_at_interfacefamily.com>
Date: 1997/06/19
Message-ID: <33A9976A.396B@interfacefamily.com>#1/1

Jean Xu wrote:
>
> I am using embedded SQL in c program to get some records from a table. I
> checked data structure in c program and column defination in the table.
> Both of them are correct. But I still get the error: ORA-01722: invalid
> number. I will appreciate if someone can give me sugguestion.
>
> Thanks!
>
> -Jean

I have seen that error associated with an instance where an attempt was made to move a string into a VARCHAR2 of insufficient size (aside from the obvious cause of an invalid number). Received on Thu Jun 19 1997 - 00:00:00 CDT

Original text of this message

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