Quilian opened a new issue, #6594:
URL: https://github.com/apache/seatunnel/issues/6594

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### What happened
   
   
oracle数据库是19c版本,开启了CDB+PDB模式,根据官网oracle-cdc使用方法先创建了c##账号,并且使用CDB的表增量同步成功,但是使用PDB的表只能全量同步,增量同步失败,同步任务没有任何报错,正常运行。
   
   ### SeaTunnel Version
   
   2.3.4
   
   ### SeaTunnel Config
   
   ```conf
   env{
     execution.parallelism = 1
     job.mode = "STREAMING"
     checkpoint.interval =3000
     execution.checkpoint.interval = 10000
     #execution.checkpoint.data-uri = "hdfs://localhost:9000/checkpoint"
   }
   source {
     Oracle-CDC {
         username = "C##DBZUSER"
         password = "dbz"
         database-names = ["SJZT"]
         schema-names = ["TEST"]
         table-names = ["SJZT.TEST.TAB1"]
         debezium = {
           database.pdb.name=TEST
           }
         base-url = "jdbc:oracle:thin:system/[email protected]:1521/TEST"
         source.reader.close.timeout = 120000
       }
   }
   
   
   sink {
               Doris {
         fenodes = "10.10.xxx.xxx:8030"
         username = root
         password = "xxx"
         database = "test_db"
         sink.enable-2pc = "false"
         sink.label-prefix = "orms"
         sink.enable-delete = "true"
         doris.config = {
               format="json"
               read_json_by_line="true"
           }
       }
   }
   ```
   
   
   ### Running Command
   
   ```shell
   使用集群模式:
   ../../bin/seatunnel.sh -c ./test-sjzt-table38-2.template
   ```
   
   
   ### Error Exception
   
   ```log
   任务日志没有报错,集群日志没有报错,只是增量数据同步不成功。
   ```
   
   
   ### Zeta or Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   _No response_
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to