Cisco Juarez
Member
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
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: