TimesTen Error Messages

TT-01066

The Parent table for a distribute by reference table must be either hash distributed or itself distributed by reference.


Cause

You attempted to create a table with a BY REFERENCE distribution scheme that references a parent table with an unsupported distribution scheme for BY REFERENCE distribution.


Action

Ensure that the parent table in the DISTRIBUTE BY REFERENCE clause has one of the supported distribution schemes for BY REFERENCE distribution, 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.