ORA-06502(Numeric Value Error) [message #421315] |
Mon, 07 September 2009 07:47 |
gurupatham
Messages: 66 Registered: March 2008 Location: Chennai
|
Member |
|
|
Hi,
I have added some piece of code in the existing form.i am getting ORA-06502 error While i execute the form . I know this is because of data type mismatch or numeric value error. So I have checked all the places where ever is possible. I ensured there is no data type mismatch or numeric issue. But i am wondered when i give this statement " message('test');pause; " (for debugging purpose), the above error is not getting displayed . It is working fine. Can anyone help me what would be the root cause for this issue?
|
|
|
|
Re: ORA-06502(Numeric Value Error) [message #421318 is a reply to message #421315] |
Mon, 07 September 2009 08:06 |
gurupatham
Messages: 66 Registered: March 2008 Location: Chennai
|
Member |
|
|
Hi,
yes I have checked items and variable.In case if there is any numeric value error , this error should be displayed consistently.But in our case it is not displaying the error message consistently. it is suppressed by giving "MESSAGE" statement. is any other reason to cause such kind of issue?
|
|
|
|
|