TimesTen Error Messages

TT-02955

Column in insert whereclause cannot refer to target table


Cause

You attempted a MERGE operation in which the WHERE condition of the UPDATE or INSERT clause contained a column reference that resolved to the target table.


Action

Check the column reference in the WHERE condition of the INSERT or UPDATE clause, making sure that the column reference does not resolve to the target table. For more information, see MERGE in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not perform the operation.