Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 能否实现tidb到oracle的数据同步?
|
username: 石头55
Is it possible to achieve data synchronization from TiDB to Oracle?
Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 能否实现tidb到oracle的数据同步?
Is it possible to achieve data synchronization from TiDB to Oracle?
It cannot be synchronized directly; it needs to be transferred through something like Kafka: TiDB → TiCDC → Kafka → Consumer Program → Oracle.
With the support of CDC, the downstream can be synchronized to Oracle in real-time, whether it is Kafka or MySQL.