TimesTen Error Messages

TT-00880

Cannot create index; table has maximum of number indexes


Cause

You attempted a CREATE INDEX statement on a table that has reached the maximum number of indexes per table.


Action

Consider using the DROP INDEX statement to remove an existing index that you no longer use from the table and retry the operation. For more information on CREATE INDEX, see CREATE INDEX in Oracle TimesTen In-Memory Database SQL Reference. For more information on DROP INDEX, see DROP INDEX in the Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen cannot perform the operation.