ORA-01438 value larger than specified precision allows for this column

  • Share
  • Share

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

Cause:
When inserting or updating records, a numeric value was entered that exceeded the precision defined for the column.

ORA-00900 to ORA-01499 , , , ,

  1. admin
    March 20th, 2009 at 13:46 | #1

    Enter a value that complies with the numeric column’s precision, or use the MODIFY option with the ALTER TABLE command to expand the precision.

  1. No trackbacks yet.