Skip to main content

INGESTION_GATEWAY_DDL_NOT_SUPPORTED error condition

SQLSTATE: 42000

CDC Connector encountered a DDL operation on table <entityName> that is not supported for replication.

ADD_CONSTRAINT​

Adding constraint on source requires a full refresh on the target table.

Error message: <errorMessage>

DROP_PRIMARY_KEY_CONSTRAINT​

Dropping primary key constraint on source requires a full refresh on the target table.

Error message: <errorMessage>

DROP_UNIQUE_KEY_CONSTRAINT​

Dropping unique key constraint on source requires a full refresh on the target table.

Error message: <errorMessage>

PARSING_FAILURE​

CDC Connector could not parse this DDL statement: <ddlStatement>, so it requires a full refresh on the target table.

Error message: <errorMessage>

PARTITION_OPERATION​

Partition DDL operations require a full refresh on the target table.

Error message: <errorMessage>

TRUNCATE_TABLE​

TRUNCATE TABLE on the source table requires a full refresh on the target table.

Error message: <errorMessage>

UNSUPPORTED_DDL​

This DDL statement: <ddlStatement> requires a full refresh on the target table.

Error message: <errorMessage>