The CDC_REC_TRUNCATE record
Indicates that a TRUNCATE operation was performed on a table.
The header specific to the CDC_REC_TRUNCATE record follows
the common header. No data follows the headers; the payload size in
the common header is 0.
Section | Size | Description |
---|---|---|
Sequence number | 8 bytes | The sequence number associated with the TRUNCATE operation. |
Transaction ID | 4 bytes | The transaction ID. |
User data | 4 bytes | The table identifier passed to the cdc_startcapture() function and stored in the syscdtabs table. |