TimesTen Error Messages

TT-01062

HASH distribution syntax can only be used once in statement


Cause

You attempted a CREATE TABLE statement while specifying more than one DISTRIBUTE BY clause.


Action

Verify the CREATE TABLE statement and ensure that the DISTRIBUTE BY clause is only specified once. For more information on the CREATE TABLE statement, see CREATE TABLE in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen cannot perform the operation.