TimesTen Error Messages

TT-02239

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


Cause

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


Action

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


Additional Information

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