How Are Discards Computed In "Send Replicat <Rep Name>, Report" Command
(Doc ID 2754214.1)
Last updated on JULY 20, 2024
Applies to:
Oracle GoldenGate - Version 19.1.0.0.4 and laterInformation in this document applies to any platform.
Goal
How are Discard computed in send replicat <rep name>, report command
Why discards are more than the total DMLs ?
For ex:
From Table <schema>.<Table name> to <schema>.<Table name>:
# inserts: 10294693
# updates: 0
# deletes: 1046
# upserts: 0
# discards: 42919868
# CDR conflicts : 857
# CDR resolutions succeeded : 857
# CDR DELETEROWMISSING conflicts: 857
# inserts: 10294693
# updates: 0
# deletes: 1046
# upserts: 0
# discards: 42919868
# CDR conflicts : 857
# CDR resolutions succeeded : 857
# CDR DELETEROWMISSING conflicts: 857
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |