May 31, 2004 #1 eja2000 Programmer Joined Nov 30, 2003 Messages 209 Location NG i keep on getting this error while trying to load data into a table; what could be the cause pls? ORA-06502: PL/SQL: numeric or value error: character to number conversion error thanks
i keep on getting this error while trying to load data into a table; what could be the cause pls? ORA-06502: PL/SQL: numeric or value error: character to number conversion error thanks
May 31, 2004 #2 sahernandez Programmer Joined Oct 1, 2002 Messages 69 Location SV the problem is you are try to insert into a numeric value some character. can you show me the query. Bye sahernandez Upvote 0 Downvote
the problem is you are try to insert into a numeric value some character. can you show me the query. Bye sahernandez