TimesTen Error Messages

TT-05164

No matching foreign key with cascade action for table table_name on Oracle


Cause

You specified a CASCADE DELETE foreign key on a cache table that is specified as PROPAGATE, or belongs to a cache group that is specified as AWT or SWT, but there is not a matching CASCADE DELETE foreign key defined on the corresponding Oracle database table.


Action

Either remove the CASCADE DELETE foreign key on the cache table or add one to the Oracle database table.


Additional Information

The operation fails.