"connector.class": "io.debezium.connector.oracle.OracleConnector",
"database.hostname": "ds_host",
"database.user": "debezium",
"database.dbname": "ds_db",
"log.mining.strategy": "dictionary_from_file",
"internal.log.mining.read.only": "true",
"log.mining.read.only.hostname": "ds_host",
"log.mining.path.dictionary": "/torastg/dictionary.ora",
When started we got error
io.debezium.DebeziumException: Cannot create read only connection, read only hostname is empty
at io.debezium.connector.oracle.OracleConnectionFactory$ReadOnlyConnectionFactory.buildReadOnlyConfig(OracleConnectionFactory.java:84)
What we did wrong?
Thanks, best regards.
--
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/68154898-b039-4cd1-ab98-a8e87afec487n%40googlegroups.com.