remove (Capture) - connect_cdc_sqdata - Latest

Connect CDC (SQData) Utilities

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
ft:locale
en-US
Product name
Connect CDC (SQData)
ft:title
Connect CDC (SQData) Utilities
Copyright
2024
First publish date
2000
ft:lastEdition
2025-10-17
ft:lastPublication
2025-10-17T16:17:45.063000

Remove a source table from the configuration file. Remember, remove does not physically remove the entry until the change is applied. If the very same source is added back into the configuration before the remove is applied it essentially undoes the remove.

Syntax
sqdconf remove <cab_file_name>
(--schema=<name> --table=<name>) | --key=<name>
Keyword and Parameter Descriptions
Keyword Description
<cab_file_name> Must be specified and must match the name specified in the previous create command.
--schema=<name> Schema name, owner, or qualifier of a table. Different databases use different semantics, but a table is usually uniquely identified as S.T where S is referenced here as schema. This parameter cannot be specified with --key.
--table=<name> A qualified table name in the form of schema.name that identifies the source. This may be used in place of two parameters, --schema and --table. Both cannot be specified.
--key=<name> Same as --table.