TimesTen Error Messages

TT-03015

Cascade delete and non-cascade delete foreign keys cannot be mixed on paths leading to a table. The endpoints are tables table_name and table_name


Cause

You attempted to use both cascade delete and non-cascade delete foreign keys on paths leading to a table.


Action

Use either cascade delete or non-cascade delete foreign keys on paths leading to a table.


Additional Information

TimesTen did not perform the operation.