auditing conflict resolution in streams
BoochiAug 12 2011 — edited Aug 12 2011DB version: 11.2.0.1
Could someone let me know how to audit the conflict resolution in streams when there is a conflict similar to conflict in advance replication like below?.
BEGIN
DBMS_REPCAT.REGISTER_STATISTICS (
sname => 'hr',
oname => 'employees');
END;
/
Viewing Conflict Resolution Statistics
After calling REGISTER_STATISTICS for a table, each conflict that is successfully resolved for that table is logged in the ALL_REPRESOLUTION_STATISTICS data dictionary view. Information about unresolved conflicts is always logged in the DEFERROR view, whether the object is registered or not.