Search notes:

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

The Oracle error ORA-01438: value larger than specified precision allowed for this column is thrown when trying to insert a numerical value whose value is too large for the specified size in a table definition, see Inserting values that are too large for the column definition.

See also

The corresponding error message for text/string values is ORA-12899: value too large for column … (actual: …, maximum: …).
Other Oracle error messages

Index