TimesTen Error Messages

TT-02232

New index index_name is identical to existing index index_name; consider dropping index index_name


Cause

You attempted to define a new index on a column that is identical to an existing index.


Action

Review the index definitions and consider dropping one of the indexes. For more information, see CREATE INDEX in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen created the index, but issued a warning that you should consider dropping one of the indexes.