NookVoive commented on issue #8388:
URL: https://github.com/apache/seatunnel/issues/8388#issuecomment-2579036087

   我很乐意参与这个提议
   I am willing to participate in this proposal 
   这是一个我的Oracle-CDC连接配置:
   ```haconf
   env {
     parallelism = 2
     job.mode = "STREAMING"
     checkpoint.interval = 2000
   }
   
   source {
     Oracle-CDC {
       base-url = "jdbc:oracle:thin:BI_ETL/xxxxxx@ip:1521:ars"
       username = "BI_ETL"
       password = "xxxxxx"
       source.reader.close.timeout = 120000
       
       database-names = ["ARS"]
       schema-names = ["BI_ETL"]
       table-names = ["ARS.BI_ETL.TEST_DIM_C"]
       
       result_table_name = "TEST_DIM_C"
   
     }
   }
   
   sink {
     Console {
     }
   }
   ```


-- 
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