Site icon Database Tutorials

ORA-01438: Value Larger Than Specified Precision Allowed For This Column

We get the error ORA-01438 when data larger than the specified length is entered into the table.

Error Received:

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

Solution :

To solve the error, we have to change the length of the corresponding column.

Exit mobile version