TimesTen Error Messages

TT-02252

Different number of pages specified for hash index index_name in table and index definition. Index created with pages = pages


Cause

You attempted to create primary key hash index with conflicting pages value in table and index definition.


Action

Review the table and index definitions and recreate the table with pages value used in index definition if you want that value to be used for primary key hash index. For more information, see CREATE INDEX in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen created the index, but issued a warning that pages value in table definition is used for that index.