TimesTen Error Messages

TT-02243

Invalid use of compression: error_details


Cause

You attempted to compress a unique or primary key column, or create a unique index from a compressed column or a set of columns that are all in the same compression group.


Action

Ensure that you do not specify unique or primary key columns for compression or that you do not define a unique index from a compressed column or a set of columns that are all from the same compression group in your SQL statement. For more information, see CREATE TABLE in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen cannot perform the operation.