zhangshenghang commented on issue #10330:
URL: https://github.com/apache/seatunnel/issues/10330#issuecomment-3754429072
<!-- code-pr-reviewer -->
Thank you for reporting this issue.
The error message `ORA-18716: {0} is not in any time zone` with Oracle CDC
in multi-task scenarios suggests a timezone handling problem in the Oracle
connector, likely related to `DATE` column type conversions.
To help us reproduce and investigate:
1. What SeaTunnel version are you using?
2. Please provide your SeaTunnel job configuration (especially the Oracle
CDC source config)
3. What are the exact table schemas (column definitions) being captured?
4. Does this occur only when running multiple Oracle CDC tasks concurrently,
or also with a single task?
Relevant code areas for investigation:
-
`connector/seatunnel-connectors-v2/connector-cdc/connector-cdc-oracle/src/main/java/org/apache/seatunnel/connectors/seatunnel/cdc/oracle/`
- Oracle timezone handling in the debezium Oracle connector integration
Any stack traces or SeaTunnel logs around the error would also be helpful.
--
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]