Alter a shared table - connect_cdc_mimix_share - Latest

Connect CDC System Reference Guide

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (MIMIX Share)
Version
Latest
Language
English
Product name
Connect CDC
Title
Connect CDC System Reference Guide
Copyright
2024
First publish date
2003
Last edition
2024-08-20
Last publish date
2024-08-20T21:40:14.000381

Usage

Modifies the definition of an existing sending or receiving table. Except for the table's name and location, you can redefine any of the attributes of the existing definition, including the table's columns, and protected status.

Syntax
ALTER SHARED TABLE database-name.schema-name.table-name
AT [ SERVER | SERVERS ] server-name, ...  
TO
[ NOT PROTECTED| PROTECTED [ BY shadow-table-name ]{ COLUMNS ( column-name , ... )|ALL COLUMNS }
;

The clauses in the ALTER SHARED TABLE statement after the initial TO are exactly the same as those in the CREATE SHARED TABLE statement. See Create a shared table. You must re-specify the parts of the existing shared table definition that you want to retain, and substitute your altered options where appropriate. Statement options you do not explicitly specify in the ALTER SHARED TABLE statement do not default to the existing server definition; their default, if any, is as stated in the parameter definition.