TT-02296
Duplicate columns in hash distribution key specification
Cause
You attempted to create a table with a BY HASH distribution scheme and specified a column more than once in the distribution key columns list.
Action
Ensure that your SQL statement only specifies once any of the columns included in the distribution key columns list of the BY HASH distribution scheme, and retry the operation. For more information, see Hash in Oracle TimesTen In-Memory Database Scaleout User's Guide.
Additional Information
TimesTen cannot perform the operation.