TimesTen Error Messages

TT-02421

Column number exceeds length of select list


Cause

You attempted to reference one ore more columns by position in the ORDER BY clause and the number of columns exceeds the number of columns in the SELECT list.


Action

Re-issue the SELECT statement making sure the number of columns in the ORDER BY clause is less than or equal to the number of columns in the SELECT list. For more information, see SELECT in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not perform the SELECT operation.