liunaijie commented on issue #9384:
URL: https://github.com/apache/seatunnel/issues/9384#issuecomment-2921794991

   > the job config listed into the log:
   > 
   > { "env" : { "parallelism" : 2, "job.mode" : "STREAMING", 
"checkpoint.interval" : 2000 }, "source" : [ { "url" : 
"jdbc:oracle:thin:[@IPAddress](https://github.com/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
   
   Hi, I check the document example config.
   
   https://seatunnel.apache.org/docs/2.3.11/connector-v2/source/Jdbc
   
![Image](https://github.com/user-attachments/assets/035666f4-229c-4e84-a522-7211044db1b3)
   
   
   You should use `user` instead of `username`. You can both config them and 
try again.
   
   
   
   
   


-- 
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]

Reply via email to