Data Replication
- Data Replication 9.7.0
- All Products
supplog addsource_schema.source_table[-a]
supplog addsource_schema.source_table[-a] [columns=column_name1,column_name2,...]
Parameter | Description |
|---|---|
source_schema | The name of the source schema or a mask for the name of the source schema or schemas. You can use the following wildcard characters in a mask:
|
source_table | For DB2 sources, the name of the source table or a mask for the name of the source table or tables.
For SQL Server sources, the owner name and source table name, or a mask for owner and table names.
You can use the following wildcard characters in a mask:
|
-a
| For DB2 sources, include this parameter to set DATA CAPTURE CHANGES for the table or tables that match the
source_schema and
source_table parameter values and that are
not mapped in the open configuration.
For SQL Server sources, include this parameter to enable Change Data Capture for the table or tables that match the
source_schema and
source_table parameter values and that are
not mapped in the open configuration.
|
Parameter | Description |
|---|---|
source_schema | The name of the source schema. No wildcards are allowed. |
source_table | The name of the source table. No wildcards are allowed.
|
-a | If the table that matches the
source_schema and
source_table parameter values is
not mapped in the open configuration, use this parameter to add the columns in the source table to a supplemental log group. |
columns | A comma-separated list of the columns to add to the supplemental log group or a mask for these columns. You can use the following wildcard characters in a mask:
If you omit this parameter, the command adds all of the columns to the supplemental log group.
|
IDR_object_ID_sequence_number
supplog add *.* -a The supplog add command executed successfully. Updated 1000 object(s).
supplog add src.dbo.tab1 The supplog add command executed successfully. Updated 1 object(s).
supplog add src.tab1 The supplog add command executed successfully. Updated 8 object(s).