TT-02256
New global index index_name has the same key columns as existing local index index_name; consider dropping local index index_name.
Cause
You attempted to create a global index with the same key columns as a previously created local index.
Action
Consider dropping the previously created local 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 previously created local index.
TT-02256
New global index index_name has the same key columns as existing local index index_name; consider dropping local index index_name.
Cause
You attempted to create a global index with the same key columns as a previously created local index.
Action
Consider dropping the previously created local 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 previously created local index.