How to Resolve ORA-06502: PL/SQL: numeric or value error: character to number conversion error
ORA-06502 ORA-06502 means that PL/SQL engine cannot convert a character-typed string into a number or a subset of arithmetic for overall evaluation. Mostly, it's because… Read More »How to Resolve ORA-06502: PL/SQL: numeric or value error: character to number conversion error