DTStack / DTStack/chunjun

[Question][Oracle实时同步数据] Oracle作源端时,可以同步 insert,无法同步 delete 和 update

Open
#1,378 1 comment 0 reactions 0 assignees View on GitHub
question
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
![image](https://user-images.githubusercontent.com/75522671/199881313-05a175c8-d2e6-4051-8243-91cc35581fea.png)

程序正常运行,但是只能同步 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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.