TT-01070
Multiple foreign keys defined on the table. Please specify the key to distribute on.
Cause
You attempted to alter a table with two or more foreign key constraints to a BY REFERENCE distribution scheme without specifying which foreign key constraint to use for the BY REFERENCE distribution of the table.
Action
Specify the foreign key constraint to use for the BY REFERENCE distribution scheme, and retry the operation. For more information, see ALTER TABLE in Oracle TimesTen In-Memory Database SQL Reference.
Additional Information
TimesTen cannot perform the operation