invalid ORDERED hashed index definition Explanation: The ORDERED hashed index being defined is invalid. Compression cannot be enabled with an ORDERED hashed index. The last column referenced in the ORDERED hashed index must be a binary value (TINYINT, SMALLINT, INTEGER, BIGINT, DATE, TIME, TIMESTAMP, or INTERVAL). User Action: Redefine the index either by not enabling compression or by ensuring that the last column in the index definition is a binary value.