a11dev commented on issue #6662:
URL: https://github.com/apache/seatunnel/issues/6662#issuecomment-2085057326
oracle cdc configuration improved with : heartbeat.interval.ms = 10000
```
Oracle-CDC {
result_table_name = "tab1"
base-url = "jdbc:oracle:thin:user/password@ip:1521/service_name"
source.reader.close.timeout = 120000
username = "user"
password = "password"
database-names = ["DBNAME"]
# real db name DBNAME.domain.local ( it works with DBNAME )
schema-names = ["SCHEMA"]
startup.mode = "INITIAL"
table-names = ["DBNAME.SCHEMA.TABLE1"]
heartbeat.interval.ms = 10000
}
```
how can I check it from logs?
--
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]