Page 1 of 1

More detailed error message

Posted: Thu 13 Oct 2011 11:56
by alexB
Hello,

If a column is of type NUMBER(8,4) and the input value does not have the defined format, you will get an error saying:

ORA-01438: value larger than specified precision allowed for this column

Would be really helpful if you provide information about the row/column for which the error was thrown.

Thank you,
Alex.

Re: More detailed error message

Posted: Fri 14 Oct 2011 07:55
by Shalex
alexB wrote:If a column is of type NUMBER(8,4) and the input value does not have the defined format, you will get an error saying:

ORA-01438: value larger than specified precision allowed for this column
Please send us a small test project with the corresponding DDL script to identify the exact way you are executing your command.
alexB wrote:Would be really helpful if you provide information about the row/column for which the error was thrown.
Our provider returns the error that was generated at the server side. A more detailed information is not supplied by server itself.

Posted: Tue 18 Oct 2011 08:24
by alexB
I just sent the test project to [email protected].