ORA-02276: default value type incompatible with column type
What triggered the Error:
The type of the evaluated default expression is incompatible with the datatype of the column.What should we do to fix it:
Change the type of the column, or modify the default expression.