Hi Chris,
During the deployment of 160 tables (~200 GB) in production using initial snapshot mode on Debezium 2.5, we encountered the following error:
ORA-01555: snapshot too old: rollback segment too small
java.sql.SQLRecoverableException: Closed Connection
Connector restarted due to RetriableException
Based on the Debezium FAQ, this is due to Oracle undo tablespace limitations during long-running queries.
snapshot.mode=schema_only to skip the full initial snapshot.Could you please confirm the exact steps we should follow for this approach in production?
schema_only mode and then trigger incremental snapshots via the signaling table?