18226601861 commented on issue #7304:
URL: https://github.com/apache/seatunnel/issues/7304#issuecomment-3240758902

   感谢 @Hisoka-X ,现在配置正确了,作业也在执行中了,但是数据却过不来,这个是什么原因导致的,这是配置:
   env {
     parallelism = 1
     job.mode = "STREAMING"
     checkpoint.interval = 5000
   
   } 
   source {
   
       Oracle-CDC {
           driver = "oracle.jdbc.driver.OracleDriver"
           plugin_output = Table17557568680574c6
           username = "DEBEZIUM"
           password = "Supwisdom@2025"
           database-names = ["DEBEZIUM"]
           schema-names = ["ORCL"]
           table-names = ["ORCL.DEBEZIUM.TY_GB_ZHRMGHGXZQH"]
           base-url = "jdbc:oracle:thin:@172.18.10.44:1521/ORCL"
           source.reader.close.timeout = 1200000
           connect.timeout.ms = 1200000
           exactly_once = true
           debezium {
               database.pdb.name = "ORCL"
         }
       }
   
   }
   transform {
   }
   sink {
   Jdbc {
       "schema_save_mode"="CREATE_SCHEMA_WHEN_NOT_EXIST"
       "data_save_mode"="APPEND_DATA"
       "create_index"="true"
       "connection_check_timeout_sec"="30"
       "batch_size"="1000"
       "is_exactly_once"="false"
       "max_commit_attempts"="3"
       "transaction_timeout_sec"="-1"
       "max_retries"="0"
       "auto_commit"="true"
       "support_upsert_by_query_primary_key_exist"="true"
       "primary_keys"=[
           ID
       ]
       "multi_table_sink_replica"="1"
       "plugin_input"=Table17557568680574c6
       "generate_sink_sql"=true
       database=ORCL
       table="DEBEZIUM.TY_GB_ZHRMGHGXZQH_V2"
       password="Supwisdom@2025"
       url="jdbc:oracle:thin:@172.18.10.44:1521/ORCL"
       driver="oracle.jdbc.driver.OracleDriver"
       user="DEBEZIUM"
   }
   }
   
   <img width="2909" height="1598" alt="Image" 
src="https://github.com/user-attachments/assets/9f6ab28c-aa07-4fc0-8ecf-0e8627822ad3";
 />


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