ORA-06502 PL/SQL: numeric or value error string
Cause: An arithmetic, numeric, string, conversion, or constraint error occurred. For example, this error occurs if an attempt is made to assign the value NULL to a variable declared NOT NULL, or if an attempt is made to assign an integer larger than 99 to a variable declared NUMBER(2).
Action: Change the data, how it is manipulated, or how it is declared so that values do not violate constraints.
-----------------
Check your code..the error should also tell in which line it is happening(if you are executing from sqlplus)..check that line
Main Topics
Browse All Topics





by: lwadwellPosted on 2004-05-05 at 21:01:21ID: 11002181
Hi karencita78,
this is a "PL/SQL: numeric or value error"...we might need a little more to go on, like the code and the full error message(s).