Oracle DBA, How To, Error, Cause and Action

ORA-02276: default value type incompatible with column type

ORA-02276: default value type incompatible with column type




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




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