ORA-06512

Hello.
I have a Store Procedure that returns a NUMBER.

The person that coded the Delphi side of the application is getting this value GetValue('ReturnValue', otFloat) as a FLOAT.

Every so often we get ORA-06512 PL/SQL: numeric or value error: number precision too large..

Is it possible that the error has to do with getting the return value as FLOAT ?

Thanks
 
Last edited:
A float always has enough precision. Are there additional lines for this error message? Maybe the error occurs in the PL/SQL code.
 
Back
Top