Florian Bergmann
07/07/2025, 8:57 AMtap-oracle
, based on s7clarke10
/ pipelinewise
to cover some special cases of our source db. During tests I noticed that the replication method log_based
uses continuous mine, which is deprecated since Oracle 12c and desupported since Oracle 19c, so six years ago. - Anyone knows an alternative I could use for logmining functionality? - trigger-based instead of log-based is currently no option for us.Florian Bergmann
07/07/2025, 2:47 PMV$LOGMNR_LOGS
, instead of continuous mining, according to the oracle documentation: https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_LOGMNR.html