TimesTen Error Messages

TT-02916

Not enough 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 less values than the column list.


Action

Check the subquery used in the SET clause and make sure it does not contain less 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.