TimesTen Error Messages

TT-08004

Column owner_name.table_name.column_name cannot be used for replication timestamp checking if in an index or added by ALTER TABLE or if it is columnar; and must be binary(8) with NULL values allowed


Cause

You attempted to use the specified column for replication timestamp conflict resolution.


Action

Ensure that the specified timestamp column is not part of an index, is of type BINARY(8) NULL, and was not added as part of an ALTER TABLE statement. For more information, see Including a Timestamp Column in Replicated Tables in Oracle TimesTen In-Memory Database Replication Guide.


Additional Information

TimesTen cannot use the specified column to perform replication timestamp conflict resolution.