Hi
For debezium 2.5 and oracle.
I want to include some new tables in my Debezium Oracle connector, but they don’t have a defined primary key. When I asked the DBA, they gave me one column that’s unique and told me to treat it as a surrogate key.
My connector is currently running in snapshot.mode=initial, and the snapshot is still in progress.
How can I safely add these new tables to the connector while the snapshot is running?
--
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/617bc7b3-56aa-40e0-9288-a4d60ffab109n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/debezium/69e38318-fa37-41d9-ab26-be6e6e24504a%40gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/debezium/CAG%2BsLJt55aQex9xrfNA%2B_CRDWzhY%2BO%2BJgM5r%2BdrVFVr13kQvEw%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/debezium/CAG%2BsLJuZjxoc45o7vS_Sty0hOiRp0cu8LASBnmzg05mF_SeAwA%40mail.gmail.com.
Hi Chris,
Yes, we are using schema.history.internal.store.only.captured.tables.ddl = true
.
what may be drawbacks of using false because it seems to be straightforward while adding new tables.
I had a question regarding incremental snapshots through the signal table — how does it work when the table doesn’t have a primary key defined?
The DBA mentioned that one of the columns is unique. In this case, should the DBA alter the table to define that column as a primary key? Or is there a way to handle this through connector configuration without modifying the table schema
You received this message because you are subscribed to a topic in the Google Groups "debezium" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/debezium/eprO8bnk-es/unsubscribe.
To unsubscribe from this group and all its topics, send an email to debezium+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/debezium/5015a351-7dad-406f-9089-034595611caf%40gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/debezium/CAG%2BsLJts8_gPR5ju4LFcBO3ZknS24w82SSU-Pk_WcoSFJ9UrhQ%40mail.gmail.com.