TT-02255
New local index index_name has the same key columns as existing global index index_name; consider dropping local index index_name.
Cause
You attempted to create a local index with the same key columns as a previously created global index.
Action
Consider dropping the new local index. For more information, see CREATE INDEX in Oracle TimesTen In-Memory Database SQL Reference.
Additional Information
TimesTen created the new local index but issued a warning to consider dropping the new index.
TT-02255
New local index index_name has the same key columns as existing global index index_name; consider dropping local index index_name.
Cause
You attempted to create a local index with the same key columns as a previously created global index.
Action
Consider dropping the new local index. For more information, see CREATE INDEX in Oracle TimesTen In-Memory Database SQL Reference.
Additional Information
TimesTen created the new local index but issued a warning to consider dropping the new index.