Hello - We are trying to replicate data from Oracle database about 2000 tables and send it to MSSQL using Kafka/Debezium. We are currently testing by creating 1 connector and adding 4 tables - using table.include.list. On the Oracle side we see total of 8 JDBC sessions and the concern is that if we have say 2000 tables in total, there would be 4000 session on Oracle and the Oracle may be impacted. It may prevent # of sessions or crash. Why is this behavior? If i understand right one connector will establish one JDBC connection only (2 including a heartbeat?). What is the best practice to include 2000 tables and have lesser number of connections on Oracle side? thank you.. --
You received this message because you are subscribed to the Google Groups "debezium" group.
To unsubscribe from this group and stop receiving emails from it, send an email to debezium+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/debezium/c63d0113-dd35-4adf-acd4-4b450e6c1ab8n%40googlegroups.com.