Oracle Solution for Error ora-01438

Solution for Oracle Error ORA-01438

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

What triggered the Error:

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

What should we do to fix it:

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.