Oracle Error ORA-02276: default value type incompatible with column type

Oracle Error Message

ORA-02276: default value type incompatible with column type

Reason for the Error

The type of the evaluated default expression is incompatible with the datatype of the column.

Solution

Change the type of the column, or modify the default expression.