TimesTen Error Messages

TT-02956

Column in insert whereclause is not in source table


Cause

You attempted a MERGE operation in which the WHERE condition of the INSERT or UPDATE clause contained a column reference that was not found in the source table.


Action

Check the column reference in the WHERE condition of the INSERT or UPDATE cause, making sure the column reference resolves to the source table. For more information, see MERGE in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not perform the operation.