The requirement for us is to perform an initial load of several TB sized tables in oracle. With the loads taking too much time to complete and the initial loads failing within few hours with ora-1555 snapshot too old error, the idea is to use schema_only refresh and do an incremental data load by issuing a signal into the source signal table/kafka topic. For some reason, both the Source Signal/Signal Kafka topic methods are not working as expected and not triggering the initial loads as expected?
Does anyone face similar issues?
--
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/fcbdf9b4-1bfa-4bed-958d-590584a38d8dn%40googlegroups.com.
INSERT INTO debezium.debezium_wal_load_signal (id, type, data) VALUES ('snap-2025-09-10-03','execute-snapshot','{"type":"INCREMENTAL","data-collections":["schema.tablename"]}');
Here is the config.
To view this discussion visit https://groups.google.com/d/msgid/debezium/8c3342b5-1a28-40bd-ade4-088aeb7fb9aan%40googlegroups.com.