TimesTen Error Messages

TT-02958

Source table table_name with set operators such as UNION, INTERSECT, and MINUS is not supported in merge statements


Cause

You attempted to use a set operator (UNION, MINUS, or INTERSECT) in the MERGE statement.


Action

Do not use set operators in the source table of the MERGE statement. For more information, see MERGE in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not perform the operation.