Recent content by Cisco Juarez

  1. C

    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...
  2. C

    Testing & Test Manager

    Hello, Is there a way to create (easily) tests for all functions and procedures on a package? I know that while browsing the package you can right click on a function/procedure to create a test. But can you do this for all functions/procedures without have to click on every single...
  3. C

    Field Value coming back as wrong type

    Hello, I have a table column defined as number(10). I use this column in a dataset. The field for this column is set as Integer. When I open the dataset, I get an error saying something like: Float Value ...integer expected.. What can be wrong ?
Back
Top