-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
Search before asking
- I had searched in the issues and found no similar issues.
What happened
Crash on Oracle XADataSource
SeaTunnel Version
dev
SeaTunnel Config
sink: {
Jdbc {
url : "jdbc:oracle:thin:@//127.0.0.1:1522/xe"
is_exactly_once : "true"
xa_data_source_class_name : "oracle.jdbc.xa.client.OracleXADataSource"
database : "XE"
password : "oracle"
driver : "oracle.jdbc.driver.OracleDriver"
generate_sink_sql : true
user : "test"
table : "TEST.ALLDATATYPE_JIANG_NO_TIME"
}
}
### Running Command
```shell
bin/seatunnel.sh -c oracle-sink.conf
Error Exception
java.sql.SQLException: Invald Oracle URL specified: OracleDataSource.makeURL
Flink or Spark Version
No response
Java or Scala Version
No response
Screenshots
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct