We have an INSERT-Operation on the Oracle-side that uses the APPEND-hint. We recognized that CDC doesn't capture this kind of Transaction. So we cannot keep the CDC target database in sync.
A possible reason could be that this kind of operation leads to a log entry that CDC ignores.
The same happens with a DIRECT INSERT.
Does anyone knows a solution how to capture APPEND-operations?
Thank you in advance!
Thomas
A possible reason could be that this kind of operation leads to a log entry that CDC ignores.
The same happens with a DIRECT INSERT.
Does anyone knows a solution how to capture APPEND-operations?
Thank you in advance!
Thomas