TimesTen Error Messages

TT-02915

Too many values in the subquery of the set clause


Cause

You attempted to issue a join UPDATE statement, but the subquery of the SET clause contains more values than the column list.


Action

Check the subquery used in the SET clause and make sure it does not contain more values than the updated column list. For more information, see UPDATE in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not perform the update operation.