Ashal opened a new issue, #8229: URL: https://github.com/apache/seatunnel/issues/8229
### 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实时监听不到分区表,历史数据也不会同步,实时数据也不会监听 <img width="971" alt="image" src="https://github.com/user-attachments/assets/33dfbdb8-a571-4362-af24-e05ad3382b02"> 在flinkcdc中已经修复该问题 <img width="1428" alt="image" src="https://github.com/user-attachments/assets/98cdef8a-c4a6-4857-8f48-b1948a6c7a30"> ### SeaTunnel Version 2.3.7,2.3.8 ### SeaTunnel Config ```conf env { job.mode = "STREAMING" parallelism = 1 checkpoint.interval = 10000 read_limit.rows_per_second=40960 } source { Oracle-CDC { base-url = "jdbc:oracle:thin:@//10.9.3.71:1521/DEV" username = "logminer_erp" password = "NxJ89TX0Bbc" database-names = ["DEV"] schema-names = ["XLA"] table-names = ["DEV.XLA.XLA_AE_LINES"] table-names-config = [ { table = "DEV.XLA.XLA_AE_LINES", primaryKeys = ["APPLICATION_ID","AE_HEADER_ID","AE_LINE_NUM"] } ] source.reader.close.timeout = 120000 skip_analyze = true use_select_count = true exactly_once = false } } sink { Doris { fenodes = "zxxx" username = root password = "888888g" database = "oracle_cdc" table = "${table_name}" sink.label-prefix = "prod-oracle" sink.enable-2pc = "false" sink.enable-delete = "true" generate_sink_sql = true doris.batch.size = 40960 doris.config { format = "json" read_json_by_line = "true" } schema_save_mode = "CREATE_SCHEMA_WHEN_NOT_EXIST" data_save_mode = "APPEND_DATA" save_mode_create_template = """ CREATE TABLE IF NOT EXISTS `${database}`.`${table_name}` ( ${rowtype_primary_key}, ${rowtype_fields} ) ENGINE=OLAP UNIQUE KEY (${rowtype_primary_key}) DISTRIBUTED BY HASH (APPLICATION_ID) PROPERTIES ( "replication_allocation" = "tag.location.default: 1", "in_memory" = "false", "storage_format" = "V2", "disable_auto_compaction" = "false" ) """ } } ``` ### Running Command ```shell 集群模式启动 ``` ### 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]
