Teradata Database Message 8274 - 8274 - 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
- TriggerCount field for table(s) is reset to zero.
- Explanation
- TriggerCount field in TVM row is reset to zero for the tables that are copied using ARC/COPY command. But there could be trigger(s) defined in other databases having subject table as the table being copied. This can happen when a table is copied back without dropping or a database is copied back without deleting. So this is a warning for the end-user to drop the existing trigger(s) defined on the table(s) before creating a new one.
- Generated By
- Hut Insert Row procedure DoRowInsert
- For Whom
- ASF2/ARC to be displayed to End User.
- Notes
- None
- Remedy
- Need to drop the triggers defined for the table(s) copied using ARC/COPY operation, before creating new trigger(s). For a table level copy operation, get the triggers information from dbc.triggerstbl by matching the tableid. For a database level copy operation, get the triggers information from dbc.triggerstbl by matching subjecttabdbaseid.