Package io.debezium.connector.oracle.logminer.logwriter
-
Interface Summary Interface Description LogWriterFlushStrategy Strategy that controls how the Oracle LGWR (LogWriter) process is to be flushed. -
Class Summary Class Description CommitLogWriterFlushStrategy ALogWriterFlushStrategythat uses a transaction commit to force the provided connection's Oracle LogWriter (LGWR) process to flush to disk.RacCommitLogWriterFlushStrategy ALogWriterFlushStrategyfor Oracle RAC that performs a transaction-scoped commit to flush the Oracle LogWriter (LGWR) process on each RAC node.