JanSay commented on issue #9221:
URL: https://github.com/apache/seatunnel/issues/9221#issuecomment-2826174800
应该是你的驱动包不对,建议从连接的数据库里拿原生的 jdbc 驱动放到 lib 下,然后重启。
顺便发一个在batch下成功的配置项供你参考:
{
"sink": [
{
~
}
],
"source": [
{
"password": "YmRjZGoxNjhAMTIzNA==",
"driver": "oracle.jdbc.OracleDriver",
"table_path": "BXXX.T_DY",
"plugin_output": "source_bd7484cfcf37442d9b186f64350e7b7f",
"connection_check_timeout_sec": 30,
"plugin_name": "Jdbc",
"user": "TTES",
"url": "jdbc:oracle:thin:@192.168.11.111:1521/test",
"split.size": 8096
}
],
"env": {
"job.retry.interval.seconds": 3,
"job.mode": "BATCH",
"shade.identifier": "base64",
"job.retry.times": 3,
"job.name": "test11"
}
}
--
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]