[Question][Oracle实时同步数据] Oracle作源端时,可以同步 insert,无法同步 delete 和 update
- Dominant language
- Java
- Stars
- 4.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
### Search before asking
- [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar question.
- [X] I had googled my question but i didn't get any help.
- [ ] I had read the documentation: [ChunJun doc](https://dtstack.github.io/chunjun) but it didn't help me.
### Description
我尝试使用ChunJun的master(对应 1.12_release版本),使用sql进行数据同步,期待实现 Oracle 到 Tidb 或者 Oracle 到 Mysql 的数据实时同步,下边是我的SQL文件示例。
我的启动命令: sh /opt/chunjun/bin/chunjun-local.sh -jobType sync -job /opt/chunjun/job/oracle-to-mysql-mytest.sql

程序正常运行,但是只能同步 Oracle表里的 insert 操作,无法同步 update 和 delete 操作。
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
Contributor guide
Assessment
This issue has not been assessed yet.