Teradata Database Message 5528 - 5528 - Analytics Database - Teradata Vantage
Analytics Database Messages
- Deployment
- VantageCloud
- VantageCore
- Edition
- Enterprise
- IntelliFlex
- VMware
- Product
- Analytics Database
- Teradata Vantage
- Release Number
- 15.xx,16.xx,17.xx
- Published
- June 2022
- ft:locale
- en-US
- ft:lastEdition
- 2023-01-05
- dita:mapPath
- sfx1628096178347.ditamap
- dita:ditavalPath
- ft:empty
- dita:id
- B035-1096
- lifecycle
- latest
- Product Category
- Teradata Vantageā¢
- Message
- DMLs capturing changed data, DDLs and Comment statements cannot be mixed in a replicated transaction.
- Explanation
- Normally a DDL is allowed to be the last request in a transaction. Since a replicated transaction uses 2PC protocol, a DDL can not be allowed in such a transaction. For example, BT; <dml> against a replicated table; <ddl> .... NOT ALLOWED! ET; In addition, a COMMENT placing statement follows the same rule as for a DDL statment if the statement text is being captured for replication because either the object is member of a replcation group or by way of a replication rule.
- Generated By
- RES/OPU modules.
- For Whom
- End User.
- Notes
- None
- Remedy
- None.