CREATE TABLENotice
The created table must be a migration object. In addition, you need to execute the
DROP TABLEstatement before executing theCREATE TABLEstatement on a synchronized table.ALTER TABLEDROP TABLETRUNCATE TABLEIn delayed deletion scenarios, the same transaction contains two identical
TRUNCATE TABLEstatements. Downstream consumers must therefore process the statements idempotently.ALTER TABLE…TRUNCATE PARTITIONCREATE INDEXDROP INDEXCOMMENT ON TABLENotice
This DDL operation is not supported when you synchronize data from an Oracle-compatible tenant of OceanBase Database to Kafka.
RENAME TABLENotice
The renamed table must be a migration object.
DDL synchronization from OceanBase databases to Kafka instances
Share
Previous topic
