MODIFY_CDC_GROUPΒΆ
Modify specified DBI-CDC-Groups record.
Table: DBIADM.DBI_CDC_GROUPS (CDC groups (watch groups))
Parameter Name |
Properties |
Default Value |
Parameter Description |
|---|---|---|---|
p_cdc_group |
(PK)(NN) |
Change data capture group: the name for a group of objects (e.g. tables) that will be loaded together |
|
p_description |
CDC group description |
Example
EXECUTE SCRIPT api_dbiadm.modify_cdc_group
( 'XXXXXXXXXXXX' -- p_cdc_group
, 'XXXXXXXXXXXX' -- p_description
);