Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
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