TimesTen Error Messages

TT-02231

New index index_name would be identical to existing index index_name


Cause

You attempted to create a redundant index. There is a defined index on the table and you specified a new index name for the same columns.


Action

Review the indexes on the table to decide if a new index is necessary. If so, make sure the index is not redundant. For more information, see CREATE INDEX in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not create the index.