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的数据同步?

| username: 石头55

Is it possible to achieve data synchronization from TiDB to Oracle?

| username: h5n1 | Original post link

It cannot be synchronized directly; it needs to be transferred through something like Kafka: TiDB → TiCDC → Kafka → Consumer Program → Oracle.

| username: buddyyuan | Original post link

Yes, TiDB Binlog can be used with Oracle.

| username: xfworld | Original post link

With the support of CDC, the downstream can be synchronized to Oracle in real-time, whether it is Kafka or MySQL.

| username: liuis | Original post link

Binlog should be fine.