TimesTen Error Messages

TT-08146

There can be only one INCLUDE or EXCLUDE clause for object_type.


Cause

You attempted to perform an operation that included more than one INCLUDE or EXCLUDE clause for an object type (cache group or table). This is an example of an invalid clause: ALTER ACTIVE STANDBY PAIR INCLUDE TABLE t EXCLUDE table u.


Action

Separate the SQL statements and retry the operations. Ensure that only one INCLUDE or EXCLUDE clause is present when performing ALTER ACTIVE STANDBY PAIR.


Additional Information

TimesTen cannot complete the operation.