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, the same transaction contains two identical
TRUNCATE TABLEstatements. In this case, idempotence is implemented for downstream consumption.ALTER TABLE…TRUNCATE PARTITIONCREATE INDEXDROP INDEXCOMMENT ON TABLENotice
This DDL is not supported when you synchronize data from the Oracle compatible mode of OceanBase Database to Kafka.
RENAME TABLENotice
The renamed table must be a migration object.
DDL synchronization from OceanBase databases to Kafka instances
share