Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> ORA-06502: PL/SQL: numeric or value error
Hi,
I have written a stored procedure that uses a varchar2 as an output parameter. When i assign a large string(less than 32000 characters) to the varchar2 i get a ORA-06502: PL/SQL: numeric or value error. I suspect that there is a default size for a varchar out parameter, since a small string has no problem. Is there any way to change that default size of this paramter?
thanks for any help.
Craig
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Apr 06 2000 - 00:00:00 CDT