a11dev commented on issue #9384:
URL: https://github.com/apache/seatunnel/issues/9384#issuecomment-2921751315
the job config listed into the log:
{
"env" : {
"parallelism" : 2,
"job.mode" : "STREAMING",
"checkpoint.interval" : 2000
},
"source" : [
{
"url" : "jdbc:oracle:thin:@ipaddress:1521/ServiceName",
"username" : "******",
"password" : "******",
"driver" : "oracle.jdbc.driver.OracleDriver",
"query" : "SELECT FIELD1, FIELD2 FROM TABLE_NAME",
"plugin_name" : "Jdbc"
}
],
"sink" : [
{
"plugin_name" : "Console"
}
]
}
tried also setting the url as:
jdbc:oracle:thin:username/password@ipaddress:1521/ServiceName
but nothing is changed.
The point is from logs I'm not able to understand if the ojdbc8 for oracle
is correctly loaded, neither increasing the log level to DEBUG.
Glad for you help
Alessandro
--
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]