Data Capture

Description

Indicates whether extra information for inter-database data replication is to be written to the log.

Click here to navigate to the IBM DB2 docs page for this syntax.

DATA CAPTURE is not supported

Grammar Syntax

Sample Source Patterns

IBM DB2

CREATE TABLE TestTable
(
	COL1 INT
) DATA CAPTURE CHANGES;

Snowflake

CREATE TABLE PUBLIC.TestTable
(
	COL1 INT
)
-- ** MSC-ERROR - MSCEWI1021 - DATA CAPTURE IS NOT SUPPORTED **
--  DATA CAPTURE CHANGES
                      ;
  1. MSCEWI1021: NODE NOT SUPPORTED

Last updated