Oracle Error ORA-09818: Number is too large

Oracle Error Message

ORA-09818: Number is too large

Reason for the Error

ORACLE was unable to convert a component string to a number because the number is larger than the largest possible value for an integer. The additional information field specifies the maximum.

Solution

Correct the string and repeat the conversion.