TimesTen Error Messages

TT-02784

Column column_name has no default value defined


Cause

You attempted to specify the DEFAULT clause of an INSERT or UPDATE statement on a column defined as not null, but with no defined DEFAULT clause.


Action

Make sure the default clause has been defined on the column used in the DEFAULT clause of the INSERT or UPDATE statement. For more information, see INSERT or UPDATE in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not perform the INSERT or UPDATE operation.