TimesTen Error Messages

TT-02234

Key columns of existing index index_name are a prefix of the columns of new index index_name; consider dropping index index_name


Cause

You attempted to define an index in which the key columns of an existing index are a prefix of the columns of the new index.


Action

Run the ttISql indexes command to review the indexes and consider dropping one of the indexes. For more information, see CREATE INDEX in Oracle TimesTen In-Memory Database SQL Reference or ttIsql in the Oracle TimesTen In-Memory Database Reference.


Additional Information

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