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: ORA-06502: PL/SQL: numeric or value error: character string buffer too small

Re: ORA-06502: PL/SQL: numeric or value error: character string buffer too small

From: IANAL_VISTA <IANAL_Vista_at_hotmail.com>
Date: Wed, 09 Nov 2005 02:58:13 GMT
Message-ID: <Xns9708C10A7535FSunnySD@68.6.19.6>


deaon5_at_gmail.com wrote in
news:1131478538.375476.117330_at_g14g2000cwa.googlegroups.com:

> I get the following message: "ORA-06502: PL/SQL: numeric or value
> error: character string buffer too small" when I run the following
> code.

Typically this occurs when a LONG string is attempted to be placed into a VARCHAR2 variable that is smaller/shorter than the length of the string. Received on Tue Nov 08 2005 - 20:58:13 CST

Original text of this message

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