TimesTen Error Messages

TT-01067

The Parent keys for a distribute by reference table with hash distributed parent must include the distribution keys of the parent.


Cause

You attempted to create a table with a BY REFERENCE distribution scheme that does not references to the BY HASH distribution key columns of the parent table.


Action

Ensure that you include in the DISTRIBUTE BY REFERENCE clause the key columns of the BY HASH distribution scheme of the parent table, and retry the operation. For more information, see Reference in Oracle TimesTen In-Memory Database Scaleout User's Guide.


Additional Information

TimesTen cannot create the table.