Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

TT16999: txnTblTruncate <tblid>

906998Dec 22 2011 — edited Dec 29 2011
Hi everyone.

We get the following message in the tterrors.log log file:

*12:27:14.14 Err : REP: 5803: DS_TTIUM:transmitter.c(8810): TT16999: txnTblTruncate 718272*

This message appears when we make a truncate operation on a table with id 718272. We understand that this error is written by the replication agent, because the "REP" literal but we have a bidirectional-selective replication and this table isn't included.

Doing the following query, we obtain the name of the table:

Command> select tblid, tblname, sys16 from sys.tables where tblid=718272;
< 718272, AGG_SESSIONS_M , 1 >
1 row found.


The data from the installation:

TimesTen Release 11.2.1.8.0 (64 bit Linux/x86_64)


Any help will be appreciated.

Thank you.
Regards.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 26 2012
Added on Dec 22 2011
2 comments
293 views