Automatic Conflict Detection and Resolution is critical to any active/active and multi-master GoldenGate implementation. The following are the most important ACDR views:

DBA_APPLY_ERROR_MESSAGES: Displays information about the individual messages in all the error transactions generated by all applied processes in the database.

DBA_GG_AUTO_CDR_TABLES: Provides details about all the tables configured for Oracle GoldenGate automatic conflict detection and resolution (CDR).

DBA_GG_AUTO_CDR_COLUMNS: Provides details about all the Oracle GoldenGate automatic conflict detection and resolution (CDR) columns in the database.

DBA_GG_AUTO_CDR_COLUMN_GROUPS: This is a dynamic view that provides information about all of the Oracle GoldenGate automatic conflict detection and resolution (CDR) column groups in the database.

DBA_GG_AUTO_CDR_CONFLICTS: This view displays information about all of the conflicts that have been detected by ACDR.

DBA_GG_AUTO_CDR_COLUMNS: This view displays information about all of the columns that are configured for ACDR conflict detection and resolution.

DBA_GG_AUTO_CDR_RESOLUTIONS: This view displays information about all of the conflict resolutions that have been performed by ACDR.

DBA_GG_AUTO_CDR_SETTINGS: This view displays information about the ACDR configuration.

These views can be used to monitor the status of ACDR and to troubleshoot any problems that occur.


If you are not yet taking advantage of the GoldenGate active/active feature, I highly recommend you review it and send me any questions. Making your applications highly available, fault-tolerant, and performing flawlessly can provide you with many benefits.

For more information about the ACDR views, please refer to the Oracle GoldenGate documentation.

4 responses to “Useful GoldenGate ACDR Views”

  1. olufemitemowo Avatar

    Hello Alex,
    We’d like to graph out the total Conflict resolved with ACDR enabled vs the total number of transactions processed. While we can gather the latter metrics from gv$GOLDENGATE_TABLE_STATS view….the total number of conflicts resolved per transaction batch is not available.
    This view DBA_GG_AUTO_CDR_RESOLUTIONS and or ALL_GG_AUTO_CDR_RESOLUTIONS is not available. We are currently running DB version 19.2 and Goldengate Hub (PaaS) 21.2

    Like

  2. olufemitemowo Avatar

    Hello Alex,

    We’d like to graph out the total Conflict resolved with ACDR enabled vs the total number of transactions processed. While we can gather the latter metrics from gv$GOLDENGATE_TABLE_STATS view….the total number of conflicts resolved per transaction batch is not available.

    This view DBA_GG_AUTO_CDR_RESOLUTIONS and or ALL_GG_AUTO_CDR_RESOLUTIONS is not available. We are currently running DB version 19.2 and Goldengate Hub (PaaS) 21.2

    Like

    1. Alex Lima Avatar

      Please create an Enhancement Request in MOS and we will review.

      Liked by 1 person

  3. olufemitemowo Avatar

    Thanks Alex.

    Like

Leave a reply to olufemitemowo Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.