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