REMOVE_CDCG_WATCHΒΆ

Remove specified CDC Watch Group record(s).

Table: DBIADM.DBI_CDCG_WATCH (Definition of the event that triggers data capture)

Parameter Name

Properties

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

Example

EXECUTE SCRIPT api_dbiadm.remove_cdcg_watch
            ( 'XXX'      -- p_cdc_group
            );