TimesTen Error Messages

TT-02954

Column in update whereclause is not in either source or target table


Cause

You attempted a MERGE operation in which the WHERE condition of the SET UPDATE clause contained a column reference that could not be resolved.


Action

Check the column reference in the WHERE condition of the SET UPDATE clause. Verify that the column exists in the source or target table. For more information, see MERGE in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not perform the operation.