TimesTen Error Messages

TT-02240

New non-unique index index_name has the same key columns as existing unique index index_name; consider dropping index index_name


Cause

You attempted to create a non-unique index with the same columns as a previously created unique index.


Action

Consider dropping the new non-unique index. For more information, see CREATE INDEX in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen created the new non-unique index, but issued a warning to consider dropping the new index.