TimesTen Error Messages

TT-02950

Merge may not update a row more than once, but the row at rowid rowid matched at least two source rows


Cause

You attempted a MERGE operation in which you attempted to update the same row of the target table more than once.


Action

Check the details of the error message to retrieve the ROWID information, then retry the operation making sure to update the target row once. For more information, see MERGE in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not perform the MERGE operation.