Groups
Groups

Orcale isn't recording any change

30 views
Skip to first unread message

Susan Allen

unread,
Jan 14, 2026, 12:14:37 AMJan 14
to debezium
Hi 
I am using debezium-embedded 0.9.0.Final with the following config
.with("connector.class", "io.debezium.connector.oracle.OracleConnector")
                .with("tasks.max", "1")
                .with("offset.storage","org.apache.kafka.connect.storage.FileOffsetBackingStore")
                .with("offset.storage.file.filename","C:\\Users\\3.dat") //provide per your environment.
                .with("offset.flush.interval.ms", 1)
                .with("name", "oracle_debezium_connector")
                .with("database.hostname", "192.168.1.14") //provide docker ip address if docker container db is used.
                .with("database.port", "1521")
                .with("database.user", "OP")
                .with("database.password", "OP")
                .with("database.sid", "OPDEV")
                .with("database.server.name", "mServer")
                .with("database.history","io.debezium.relational.history.FileDatabaseHistory")
                .with("include.schema.changes", "true")
                .with("database.connection.adapter", "logminer")
                .with("database.out.server.name", "logminer")  
                .with("database.history.file.filename",
                 "C:\\Users\\4.dat") //provide per your environment.
                .with("database.dbname", "OPDEV")
                .with("database.pdb.name", "")
knowing that logminer is active and the database type is non cdb

Chris Cranford

unread,
Jan 14, 2026, 7:37:38 AMJan 14
to debe...@googlegroups.com
Hi Susan -

I'm afraid that Debezium's LogMiner Oracle implementation is not
available in Debezium 0.9.0.Final. We did not add LogMiner support until
Debezium 1.3.0.Final. Given the significant active development on this
connector, it's recommended that you please use Debezium 3.4.0.Final or
later, which guarantees you have all the latest performance and
maintenance fixes since the LogMiner adapter was introduced.

Thanks,
-cc
Reply all
Reply to author
Forward
Message has been deleted
Message has been deleted
Message has been deleted
0 new messages
Search
Clear search
Close search
Google apps
Main menu