
Integrated Replicat Troubleshooting
MOS Doc ID 2819503.1
Disclaimer: The information presented in this article is for educational
purposes only, applies to Oracle GoldenGate versions 19c and above, and
does not constitute any contractual agreement; either implied or explicit. Any
scripts or database query examples are presented where-is, as-is, and are
unsupported by Oracle Support and Development. Always refer to the official
Oracle documentation when planning changes to your Oracle GoldenGate
installations.
Integrated Replicat was first introduced in Oracle GoldenGate version 12.1.2, and at the time
was the preferred method for applying replicated data into Oracle Database targets.
Integrated Replicat is well suited for OLTP use cases as it provides the ability to automatically
calculate transactional data dependencies and auto tune parallelism based on the workload.
However, the drawback of Integrated Replicat is its inability to split-up and apply large
transactions in parallel. Therefore, as of Oracle GoldenGate version 19c, the best practice for
data apply into Oracle databases; especially for mixed workloads consisting of OLTP and batch
transactions, is to use Parallel Replicat (For Oracle GoldenGate 19c best practices refer to:
https://www.oracle.com/a/tech/docs/maa-goldengate-hub.pdf).
Even though the preferred, and best practice, apply mechanism for Oracle GoldenGate 19c and
above is Parallel Replicat, many organizations have yet to migrate from Integrated Replicat. In
this article we shall present troubleshooting information for when Integrated Replicat presents
performance issues.
Parallel Replicat features two modes of operation; Parallel Non-integrated and Parallel
Integrated. Parallel Integrated Replicat should be considered for use cases requiring
Procedural Replication and Auto CDR. All other use cases should use Parallel Non-integrated
Replicat.
For more information on Parallel Replicat features, refer to the Oracle GoldenGate
documentation (https://docs.oracle.com/en/middleware/goldengate/core/index.html).
Integrated Replicat and Parallel Integrated Replicat are not supported for data apply to
Oracle Autonomous Data Warehouse
(https://docs.oracle.com/en/middleware/goldengate/core/19.1/oracle-db/using-ogg-
autonomous-databases.html#GUID-808668AB-68B0-4D4A-96C4-A18FC06D1299).
评论