- Oracle GoldenGate 12c Implementer's Guide
- John P Jeffries
- 518字
- 2021-07-16 13:43:13
Oracle GoldenGate topology
The Oracle GoldenGate topology is a representation of the databases in a GoldenGate environment, the GoldenGate components configured on each server, and the flow of data between these components.
The flow of data in separate trails is read, written, validated, and check-pointed at each stage. GoldenGate is written in the C computer programming language and because it is native to the operating system, it can run extremely fast. The sending, receiving, and validation have very little impact on the overall machine performance. Should the performance become an issue due to the sheer volumes of data being replicated, you may consider configuring parallel Extract and/or Replicat processes.
Process topology
The following sections describe the process topology; firstly, discussing the rules that you must adhere to when implementing GoldenGate, followed by the order in which the processes must execute for end-to-end data replication.
The rules
While using parallel Extract and/or Replicat processes, ensure you keep related DDL and DML together in the same process group to ensure data integrity. The topology rules to configure the processes are as follows:
- All objects that are relational to an object are processed by the same group as the parent object
- All DDL and DML for any given database object are processed by the same Extract group and Replicat group
Should a referential constraint exist between tables, the child table with the foreign key must be included in the same Extract and Replicat group as the parent table having the primary key.
Tip
The Replicat process, when configured in Integrated Delivery or Coordinated Delivery mode (that can spawn multiple processes), provides inbuilt intelligence to manage data dependencies, conflict detection, and error handling.
Position
The following tables and associated diagrams help to describe the GoldenGate replication dataflow and position of each link in the process topology for the following two configuration options:
- CDC and data delivery with a data pump
- CDC and data delivery without a data pump
The following diagram illustrates the dataflow for the CDC and data delivery that includes a data pump process:

CDC and data delivery with data pump
The following table describes the position of each process in the dataflow.
The following diagram illustrates the dataflow for the CDC and data delivery. Here the Extract process communicates directly with the server collector.

CDC and data delivery without data pump
The following table describes the position of each process in the dataflow.
The former is the preferred topology, which includes a data pump to enable the safeguard of additional check-pointing in the process dataflow.
Statistics
In terms of performance monitoring, the GGSCI tool provides real-time statistics as well as comprehensive reports for each process configured in the GoldenGate topology. In addition to reporting on demand, it is also possible to schedule reports to be run. This can be particularly useful while performance tuning a process for a given load and period.
The INFO ALL
command provides a comprehensive overview of the process status and lag, whereas the STATS
option shows more detail. Both commands offer real-time reporting. The following example shows the statistical summary of the available information:

- 跟小海龜學Python
- AppInventor實踐教程:Android智能應用開發前傳
- Learning Unity 2D Game Development by Example
- C/C++程序員面試指南
- 從零開始學C#
- Statistical Application Development with R and Python(Second Edition)
- GameMaker Essentials
- Akka入門與實踐
- Learning D
- Beginning C# 7 Hands-On:The Core Language
- 美麗洞察力:從化妝品行業看顧客需求洞察
- Java Script從入門到精通(第5版)
- 狼書(卷2):Node.js Web應用開發
- React Router Quick Start Guide
- Java EE 7 First Look