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

   ```
   {
   "env" : {
   "parallelism" : 2,
   "job.mode" : "STREAMING",
   "checkpoint.interval" : 2000
   },
   "source" : [
   {
   "url" : "jdbc:oracle:thin:@IPAddress:1521/ServiceName",
   "user" : "******",
   "password" : "******",
   "driver" : "oracle.jdbc.driver.OracleDriver",
   "query" : "SELECT FIELD1, FIELD2 FROM TABLE_NAME",
   "plugin_name" : "Jdbc"
   }
   ],
   "sink" : [
   {
   "plugin_name" : "Console"
   }
   ]
   }
   ```


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