2 Getting Started with Oracle GoldenGate
Oracle GoldenGate supports two architectures, the Classic Architecture and the Microservices Architecture (MA).
-
A static extraction of data records from one database and the loading of those records to another database.
-
Continuous extraction and replication of transactional Data Manipulation Language (DML) operations and data definition language (DDL) changes (for supported databases) to keep source and target data consistent.
-
Data extraction from supported database sources and replication to Big Data and file targets using Oracle GoldenGate for Big Data.
Oracle GoldenGate Architectures Overview
The following table describes the two Oracle GoldenGate architectures and when you should use each of the architectures.
X | Microservices Architecture | Classic Architecture |
---|---|---|
What is it? |
Oracle GoldenGate Microservices Architecture enables REST services as part of the Oracle GoldenGate environment. It was introduced in Oracle GoldenGate 12c (12.3.0.1) release. The REST-enabled services provide API end-points that can be leveraged for remote configuration, administration, and monitoring through web-based consoles, an enhanced command line interface, PL/SQL and scripting languages. |
Oracle GoldenGate Classic Architecture is the original architecture for enterprise replication. These processes and files form the main components of the classic architecture and was the main product installation method until the Oracle GoldenGate 12c (12.3.0.1) release. |
When should I use it? |
Oracle GoldenGate can be installed and configured to
use the Oracle GoldenGate Microservices Architecture for the following purposes:
|
Oracle GoldenGate can be installed and configured to
use the Oracle GoldenGate Classic Architecture only if MA release is not available for
that platform, mentioned in the following scenarios:
|
Which databases are supported? |
MA supports Oracle and heterogeneous databases for an end-to-end MA-only topology. You can communicate from MA to classic and classic to MA. See Connecting MA to Classic and Connecting Classic to MA to know more. |
Classic Architecture supports all supported databases as per the certification matrix. |
Topics:
- Oracle GoldenGate Supported Processing Methods and Databases
- Components of Oracle GoldenGate Microservices Architecture
You can use Oracle GoldenGate Microservices Architecture to configure and manage your data replication using an HTML user interface. - Components of Oracle GoldenGate Classic Architecture
You can use the Oracle GoldenGate Classic Architecture to configure and manage your replications environments from the command line. - Common Data Replication Processes
There are a number of data replication processes that are common to both Oracle GoldenGate architectures.
2.1 Oracle GoldenGate Supported Processing Methods and Databases
Oracle GoldenGate enables the exchange and manipulation of data at the transaction level among multiple, heterogeneous platforms across the enterprise. It moves committed transactions with transaction integrity and minimal overhead on your existing infrastructure. Its modular architecture gives you the flexibility to extract and replicate selected data records, transactional changes, and changes to DDL (data definition language) across a variety of topologies.
Note:
Replication works the same way in Microservices Architecture as it does in the Classic Architecture. DML and DDL replication doesn't change. See Using Oracle GoldenGate for Oracle Database and Using Oracle GoldenGate for Heterogeneous Databases for detailed information about supported features and configurations.
Here is a list of the supported processing methods.
Database | DDL Support | Log-Based Extraction (capture) | Non-Log-Based Extraction (capture) | Apply (delivery) |
---|---|---|---|---|
DB2 for i |
No |
Yes |
N/A |
X |
DB2 LUW |
No |
X |
N/A |
X |
DB2 z/OS |
No |
X |
N/A |
X |
Oracle Database |
No |
X |
N/A |
X |
MySQL |
No |
X |
N/A |
X |
PostgreSQL (Capture and Delivery) |
No |
Yes |
N/A |
Yes |
SQL Server |
No |
N/A |
X |
|
TimesTen (Target only) |
No |
N/A |
N/A |
Yes |
Terradata |
No |
N/A |
N/A |
X |
Footnote 1 Extraction of change data is from SQL Server capture instances that are enabled and populated through the SQL Server Change Data Capture feature.
Note:
DDL is supported in like to like environments only such as, Oracle to Oracle DDL is supported, but not for Oracle to SQL Server. As of now, only Oracle supports DDL.Parent topic: Getting Started with Oracle GoldenGate
2.2 Components of Oracle GoldenGate Microservices Architecture
You can use Oracle GoldenGate Microservices Architecture to configure and manage your data replication using an HTML user interface.
There are five main components of the Oracle GoldenGate MA. The following diagram illustrates how replication processes operate within a secure REST API environment.
Description of the illustration ggcon_dt_005a_servarch.jpg
The Oracle GoldenGate MA provides all the tools you need to configure, monitor, and administer deployments and security. It is designed with the industry-standard HTTPS communication protocol and the JavaScript Object Notation (JSON) data interchange format. In addition, the architecture provides you with the ability to verify the identity of clients with basic authentication or Secure Sockets Layer client certificates.
The following diagram shows a variety of clients (Oracle products, command line, browsers, and programmatic REST API interfaces) that you can use to administer your deployments using the service interfaces.
Description of the illustration ggcon_dt_004a_clients.png
Topics:
- What is a Deployment?
- What is the Microservices Web Interface and REST API?
- What is a Service Manager?
- What is an Administration Service?
The Administration Service supervises, administers, manages, and monitors processes within an Oracle GoldenGate deployment. - What is a Receiver Service?
A Receiver Service is the central control service that handles all incoming trail files. It interoperates with the Distribution Service and provides compatibility with the classic architecture Extract pump for classic deployments. - What is a Distribution Service?
Distribution Service functions as a networked data distribution agent in support of conveying and processing data and commands in a distributed deployment. It is a high performance application that is able to handle multiple commands and data streams from multiple source trail files, concurrently. - What is a Performance Metrics Service?
All Oracle GoldenGate processes send metrics to the Performance Metrics Service, which enables you to monitor the performance of processes at one place. - What is the Admin Client?
The Admin Client is a command line utility (similar to the classic GGSCI utility).You can use it to issue the complete range of commands that configure, control, and monitor Oracle GoldenGate. - What is an Encryption Profile
In Oracle GoldenGate, the encryption profile is used to define, which encryption technique to use. - What are the Key Microservices Architecture Directories and Variables?
The Microservices Architecture is designed with a simplified installation and deployment directory structure. - Roadmap for Implementing the Microservices Architecture
Microservices Architecture is based on the REST API. After installing the Microservices Architecture, it is accessible through an HTML5 interface, REST APIs, and the command line.
Parent topic: Getting Started with Oracle GoldenGate
2.2.1 What is a Deployment?
A deployment is a configuration to set up for Oracle GoldenGate Microservices to allow creating users, choose if you want to create a secure SSL environment, define the host and port for various microservices offered with Oracle GoldenGate Microservices Architecture. When you add a deployment for the first time, you can set up a new Service Manager and then add more deployments to the existing Service Manager. To learn more about these features of a deployment, see Working with Deployments and Services.
2.2.2 What is the Microservices Web Interface and REST API?
Microservices Architecture includes an HTML5 based web interface to administer, manage, monitor, and secure deployments. You can access this web interface with the help of URLs specific to each microservice and the Service Manager. The web interface includes the Service Manager, Administration Service, Distribution Service, Receiver Service, and the Performance Monitoring Service.
You can use these web interface access points to create and run all Extract, Replicat, and Distribution path processes. Along with this, you can set up database credentials, add users that can accesss the deployment after defining roles for them, and monitor the performance of processes. See How to Add Extracts, Quick Tour of the Administration Service Overview Page, Quick Tour of the Service Manager Overview Page, Quick Tour of the Performance Metrics Service Overview Page in the Step by Step Data Replication Using Oracle GoldenGate Microservices guide.
The REST API provides service endpoints to manage Oracle GoldenGate deployments and replication services. See REST API Documentation.
You can use any of these options to work with your Oracle GoldenGate Microservices Architecture setup.
2.2.3 What is a Service Manager?
A Service Manager acts as a watchdog for other services available with Microservices Architecture.
Service Manager allows you to manage one or multiple Oracle GoldenGate deployments on a local host. It has a one to many relationship with the Administration Service. Each Oracle GoldenGate installation has a single Service Manager that is responsible for multiple deployments.
-
Start, stop, disable microservices.
-
Set up autostart and autorestart options for microservices
-
Manage certificates for the deployment
-
Create and manage authorization profiles for external identity management
-
Add and remove Oracle GoldenGate users
-
Configure deployment details such as environment variables
-
View log information for microservices
-
Check diagnostic report for Oracle GoldenGate processes
2.2.4 What is an Administration Service?
The Administration Service supervises, administers, manages, and monitors processes within an Oracle GoldenGate deployment.
The Administration Service operates as the central control entity for managing the replication components in your Oracle GoldenGate deployments. You use it to create and manage your local Extract and Replicat processes without the need to access the server where Oracle GoldenGate is installed. The key feature of the Administration Service is the REST API service Interface that can be accessed from any HTTP or HTTPS client, such as the Microservices Architecture service interfaces or other clients like Perl and Python.
In addition, the Admin Client can be used to make REST API calls to communicate directly with the Administration Service, see What is the Admin Client?
The Administration Service is responsible for coordinating and orchestrating Extracts, Replicats, and paths to support greater automation and operational managements. Its operation and behavior is controlled through published query and service interfaces. These interfaces allow clients to issue commands and control instructions to the Administration Service using REST JSON-RPC invocations that support REST API interfaces.
The Administration Service includes an embedded web application that you can use directly with any web browser and does not require any client software installation.
Use the Administration Service to create and manage:
-
Extract and Replicat processes
-
Add, alter, and delete
-
Register and unregister
-
Start and stop
-
Review process information, statistics, reports, and status including LAG and checkpoints
-
Retrieve the report and discard files
-
-
Configuration (parameter) files
-
Checkpoint, trace, and heartbeat tables
-
Supplemental logging for procedural replication, schema, and tables
-
Tasks both custom and standard, such as auto-restart and purge trails
-
Credential stores
-
Encryption keys (
MASTERKEY
) -
Add users and assign their roles
2.2.5 What is a Receiver Service?
A Receiver Service is the central control service that handles all incoming trail files. It interoperates with the Distribution Service and provides compatibility with the classic architecture Extract pump for classic deployments.
A Receiver Service replaces multiple discrete target-side Collectors with a single instance service.
Use Receiver Service to:
-
Monitor path events
-
Query the status of incoming paths
-
View the statistics of incoming paths
-
Diagnose path issues
WebSockets is the default HTTPS initiated full-duplex streaming protocol used by the Receiver Service. It enables you to fully secure your data using SSL security. The Receiver Service seamlessly traverses through HTTP forward and reverse proxy servers.

Description of the illustration serarchwebsocket.png
Additionally, the Receiver Service supports the following protocols:
-
UDP-based protocol for wide area networks: For more information, see http://udt.sourceforge.net/.
-
Classic Oracle GoldenGate protocol: For classic deployments so that the Distribution Service communicates with the Collector and the Data Pump communicates with the Receiver Service.
Note:
TCP encryption does not work in a mixed environment of Classic and Microservices
architecture. The Distribution Service in Microservices Architecture cannot be
configured to use the TCP encryption to communicate with the Server Collector in
Classic Architecture running in a deployment. Also, the Receiver Service in
Microservices Architecture cannot accept a connection request from a data pump in
Classic Architecture configured with RMTHOST ... ENCRYPT
parameter
running in a deployment.
2.2.5.1 About Target-Initiated Paths
Target-initiated paths for microservices enable the Receiver Service to initiate a path to the Distribution Service on the target deployment and pull trail files. This feature allows the Receiver Service to create a target initiated path for environments such as Demilitarized Zone Paths (DMZ) or Cloud to on-premise, where the Distribution Service in the source Oracle GoldenGate deployment cannot open network connections in the target environment to the Receiver Service due to network security policies.
If the Distribution Service cannot initiate connections to the Receiver Service, but Receiver Service can initiate a connection to the machine running the Distribution Service, then the Receiver Service establishes a secure or non-secure target initiated path to the Distribution Service through a firewall or Demilitarized (DMZ) zone using Oracle GoldenGate and pull the requested trail files.
The Receiver Service endpoints display that the retrieval of the trail files was initiated by the Receiver Service, see Quick Tour of the Receiver Service Overview Page.
You can enable this option from the Configuration Assistant wizard Security options, see How to Create Deployments. For steps to create a target-initiated distribution path, see Add a Target-Initiated Distrbution Path.
Parent topic: What is a Receiver Service?
2.2.6 What is a Distribution Service?
Distribution Service functions as a networked data distribution agent in support of conveying and processing data and commands in a distributed deployment. It is a high performance application that is able to handle multiple commands and data streams from multiple source trail files, concurrently.
Distribution Service replaces the classic multiple source-side data pumps with a single instance service. This service distributes one or more trails to one or more destinations and provides lightweight filtering only (no transformations).
Multiple communication protocols can be used, which provide you the ability to tune network parameters on a per path basis. These protocols include:
-
Oracle GoldenGate protocol for communication between the Distribution Service and the Collector in a non services-based (classic) target. It is used for inter-operability.
Note:
TCP encryption does not work in a mixed environment of Classic and Microservices architecture. The Distribution Service in Microservices Architecture cannot be configured to use the TCP encryption to communicate with the Server Collector in Classic Architecture running in a deployment. Also, the Receiver Service in Microservices Architecture cannot accept a connection request from a data pump in Classic Architecture configured with
RMTHOST ... ENCRYPT
parameter running in a deployment. -
WebSockets for HTTPS-based streaming, which relies on SSL security.
-
UDP protocols.
-
Proxy support for cloud environments:
-
SOCKS5 for any network protocol.
-
HTTP for HTTP-type protocols only, including WebSocket.
-
-
Passive Distribution Service to initiate path creation from a remote site. Paths are source-to-destination replication configurations though are not included in this release.
Note:
A Distribution Service cannot filter data in the trail and will send all operations.
2.2.7 What is a Performance Metrics Service?
All Oracle GoldenGate processes send metrics to the Performance Metrics Service, which enables you to monitor the performance of processes at one place.
The Performance Metrics Service uses the metrics service to collect and store instance deployment performance results. This metrics collection and repository is separate from the administration layer information collection. You can monitor performance metrics using other embedded web applications and use the data to tune your deployments for maximum performance. You can use the Performance Metrics Service in both Microservices Architecture and Classic Architecture.
Use the Performance Metrics Service to:
-
Query for various metrics and receive responses in the services JSON format or the classic XML format
-
Integrate third party metrics tools
-
View error logs
-
View active process status
-
Monitor system resource utilization
2.2.8 What is the Admin Client?
The Admin Client is a command line utility (similar to the classic GGSCI utility).You can use it to issue the complete range of commands that configure, control, and monitor Oracle GoldenGate.
$OGG_HOME/bin
directory, where $OGG_HOME
is the
Oracle GoldenGate home directory.If you need to automate the Admin
Client connection with the deployment, you can use an Oracle Wallet to store the user
credentials. The credentials stored must have the following characteristics:
-
Single user name (account) and password
-
Local to the environment where the Admin Client runs
-
Available only to the currently logged user
-
Managed by the Admin Client
-
Referenced using a credential name
-
Available for Oracle GoldenGate deployments and proxy connections.
For more information on environment variables, see step 6 of the How to Create Deployments topic in Step by Step Data Replication Using Oracle GoldenGate Microservices.
The way that you use the Admin Client while similar is different in some ways in support of the MA design:
GGSCI | Admin Client |
---|---|
Connects to local manager processes |
Connects to any MA deployment |
Requires local machine access |
Requires HTTP or HTTPS access |
Commands can only be issued locally |
Commands can be issued locally or remotely |
Automatically connects to the Oracle GoldenGate processes from where GGSCI is executed |
Can connect to any Oracle GoldenGate deployment, local or remote, using the
|
Supports |
Supports |
|
|
User Extract pump to process trail files and send them to the target |
Uses Distribution Service to send trail files to the target |
The Admin Client was designed with GGSCI as the basis. The following table describes the new, deleted, and deprecated commands in the Admin Client:
Table 2-1 Admin Client Commands
New Commands | Deleted Commands and Processes: | Deprecated Commands |
---|---|---|
CONNECT DISCONNECT [START | STATUS | STOP] SERVICE [ADD | ALTER | DELETE | INFO | [KILL START | STATS | STOP] [EDIT | VIEW] GLOBALS CD |
* MGR * JAGENT * CREATE DATASTORE SUBDIRS FC DUMPDDL INFO MARKER |
ADD CREDENTIALSTORE [CREATE | OPEN] WALLET |
2.2.9 What is an Encryption Profile
In Oracle GoldenGate, the encryption profile is used to define, which encryption technique to use.
An encryption profile is the configuration information that is used to retrieve a master key from a local wallet or a Key Management Service (KMS) such as OKV or OCI KMS. Encryption profile configuration is only available with Microservices Architecture.
-
Local Wallets
-
Key Management Systems:
-
Oracle Key Vault
-
Oracle Cloud Infrastructure
-
Each Extract and Replicat process is associated with an encryption profile. The default encryption profile is stored in the local wallet, if you haven't specified any other encryption profile as default.
If you use a different encryption profile, which uses a KMS, then it includes all the information necessary to connect and authenticate to the KMS server. It also contains the details necessary to retrieve a particular master key that will be used for encryption and decryption. Any KMS uses an authentication token to access their APIs. Oracle GoldenGate Microservices Architecture stores this access token as a credential. This credential is created using the encryption profile in Microservices Architecture.
Oracle Golden Gate processes need to make a request to the Key Management Service (KMS) each time a trail file is opened.
-
For Oracle Key Vault (OKV), the encryption profile parameter time to live (TTL) is used to keep the master key on memory until TTL has been reached.
-
In OCI KMS, the actual master key is never returned and instead the client sends the data to encrypt or decrypt. Thereafter, the server returns the result to the client.
-
Extract: Encrypt (writer)
-
Replicat: Decrypt (Reader)
-
Distribution Service Path (DISTPATH): Encrypt/Decrypt (Writer/Reader).
-
LogDump: Decrypt (Reader)
See How to Configure an Encryption Profile in Step by Step Data Replication Using Oracle GoldenGate Microservices.
2.2.10 What are the Key Microservices Architecture Directories and Variables?
The Microservices Architecture is designed with a simplified installation and deployment directory structure.
This directory structure is based on the Linux Foundation Filesystem Hierarchy Standard. Additional flexibility has been added to allow parts of the deployment subdirectories to be placed at other locations in the file system or on other devices, including shared network devices. The design comprises a read-only Oracle GoldenGate home directory where Oracle GoldenGate Microservices Architecture is installed and custom deployment specific directories are created as follows:
-
bin
-
cfgtoollogs
-
deinstall
-
diagnostics
-
include
-
install
-
inventory
-
jdk
-
jlib
-
lib
-
instantclient
-
sql
-
utl
-
-
OPatch
-
oraInst.loc
-
oui
-
srvm
srvm
) directory:
The following table describes the key MA directories and the variables that are used when referring to those directories during an Oracle GoldenGate installation. When you see these variables in an example or procedure, replace the variable with the full path to the corresponding directory path in your enterprise topology.
Directory Name | Variable | Description | Default Directory Path |
---|---|---|---|
Oracle GoldenGate home |
|
The Oracle GoldenGate home that is created on a host computer is the directory that you choose to install the product. This read-only directory contains binary, executable, and library files for the product. |
|
Deployment configuration home |
|
The location where each deployment information and configuration artifacts are stored. |
|
Deployment security home |
|
The location where each deployment security artifacts (certificates, wallets) are stored. |
|
Deployment data home |
|
The location where each deployment data artifacts (trail files) are stored. |
|
Deployment variable home |
|
The location where each deployment logging and reporting processing artifacts are stored. |
|
Deployment |
|
The location where your deployment configuration files are stored including parameter files. |
|
You can change the default location of all of these to customize where you want to store these files.
In a configuration where the OGG_VAR_HOME
is a local directory and the OGG_HOME
is a shared read-only remote directory, many deployments with local OGG_VAR_HOME
can share one read-only shared OGG_HOME
.
This directory design facilitates a simple manual upgrade. To upgrade, you stop the
services and then set the OGG_HOME
in the web interface (or via a REST
command) and then restart the processes. On restart, Oracle GoldenGate picks up the updated
environment variables. You simply switch a deployment to use a new Oracle GoldenGate release by changing the OGG_HOME
directory path in
the Service Manager to a new Oracle GoldenGate home directory,
which completes the upgrade. Restart the microservices, Extract and Replicat processes.
The following table describes the programs and utilities exclusive to the MA. You should also set the
$OGG_HOME/lib/instantclient
(among
other libraries that are used for the database connectivity)
Name | Description | Default Directory |
---|---|---|
|
The Admin Client is a standalone command line interface used to create processes, rather than using the MA UI. |
|
|
The Administration Service supervises, administers, manages, and monitors processes operating within an Oracle GoldenGate deployment for both active and inactive processes. |
|
|
A Distribution Service is a service that functions as a networked data distribution agent in support of conveying and processing data and commands in a distributed deployment. |
|
|
Extract data process. |
|
|
The MA Configuration Assistant. |
|
|
Utility to manage public key infrastructure elements, such as wallets and certificate revocation lists, |
|
|
The Performance Metrics Server uses the metrics service to collect and store instance deployment performance results. |
|
|
A Receiver Service is the central control service that handles all incoming trail files. |
|
|
Replicat data process. |
|
|
A Service Manager acts as a watchdog for other services available with the MA. |
|
|
|
|
|
The MA HTML pages for all services. |
|
|
The various help files that support the MA HTML pages for all services. |
|
|
An SQL directory that contains the |
|
|
The utility to run various commands. |
|
|
A utility directory that contains the |
|
2.2.11 Roadmap for Implementing the Microservices Architecture
Microservices Architecture is based on the REST API. After installing the Microservices Architecture, it is accessible through an HTML5 interface, REST APIs, and the command line.
-
The Database to which Oracle GoldenGateMicroservices Architecture connects to.
-
Oracle GoldenGate users must be configured.
This topic describes the roadmap for implementing Microservices Architecture components and clients.
Task | More Information |
---|---|
Installing MA |
Installing the Microservices Architecture for Oracle Database |
Starting the Service Manager |
|
Starting the Microservices |
|
Starting the Processes |
|
(Optional) Starting the Admin Client |
2.3 Components of Oracle GoldenGate Classic Architecture
You can use the Oracle GoldenGate Classic Architecture to configure and manage your replications environments from the command line.

Description of the illustration logicalarch2.png
Note:
This is the basic configuration. Depending on your business needs and use case, you can configure different variations of this model.Topics:
- What is a Manager?
Manager is the control process of Oracle GoldenGate. Manager must be running on each system in the Oracle GoldenGate configuration before the Extract or Replicat processes can be started. - What is a Data Pump?
Data pump is a secondary Extract group within the source Oracle GoldenGate configuration. - What is a Collector?
The Collector is started by the manager process and is a process that runs in the background on the target system. It reassembles the transactional data into a target trail. - What is GGSCI?
You can use the Oracle GoldenGate Software Command Interface (GGSCI) commands to create data replications. This is the command interface between you and Oracle GoldenGate functional components.
Parent topic: Getting Started with Oracle GoldenGate
2.3.1 What is a Manager?
Manager is the control process of Oracle GoldenGate. Manager must be running on each system in the Oracle GoldenGate configuration before the Extract or Replicat processes can be started.
Manager must also remain running while the Extract and Replicat processes are running so that resource management functions are performed. One Manager process can control many Extract or Replicat processes.
Manager performs the following functions:
-
Starts Oracle GoldenGate processes
-
Starts dynamic processes
-
Maintains port numbers for processes
-
Purges Trail files based on retention rules
-
Creates event, error, and threshold reports
One Manager process can control many Extract or Replicat processes. On Windows systems, Manager can run as a service. See Configure the Manager Process for more information about the Manager process and configuring TCP/IP connections.
Parent topic: Components of Oracle GoldenGate Classic Architecture
2.3.2 What is a Data Pump?
Data pump is a secondary Extract group within the source Oracle GoldenGate configuration.
If you configure a data pump, the Extract process writes all the captured operations to a trail file on the source database. The data pump reads the trail file on the source database and sends the data operations over the network to the remote trail file on the target database. Configuring a data pump is highly recommended for most configurations. If a data pump is not used, the Extract streams all the captured operations to a trail file on the remote target database. In a typical configuration with a data pump, however, the primary Extract group writes to a trail on the source system. The data pump reads this trail and sends the data operations over the network to a remote trail on the target. The data pump adds storage flexibility and also serves to isolate the primary Extract process from TCP/IP activity.
In general, a data pump can perform data filtering, mapping, and conversion
-
Perform data manipulation: Data Pump can be configured to perform data filtering, mapping, and conversion.
-
Perform no data manipulation: Data Pump can be configured in pass-through mode, where data is passively transferred as-is, without manipulation. Pass-through mode increases the throughput of the Data Pump, because all of the functionality that looks up object definitions is bypassed.
Though configuring a data pump is optional, Oracle recommends it for most configurations. Some reasons for using a data pump include the following:
-
Protection against network and target failures: In a basic Oracle GoldenGate configuration, with only a trail on the target system, there is nowhere on the source system to store the data operations that Extract continuously extracts into memory. If the network or the target system becomes unavailable, Extract could run out of memory and abend. However, with a trail and data pump on the source system, captured data can be moved to disk, preventing the abend of the primary Extract. When connectivity is restored, the data pump captures the data from the source trail and sends it to the target system(s).
-
You are implementing several phases of data filtering or transformation. When using complex filtering or data transformation configurations, you can configure a data pump to perform the first transformation either on the source system or on the target system, or even on an intermediary system, and then use another data pump or the Replicat group to perform the second transformation.
-
Consolidating data from many sources to a central target. When synchronizing multiple source databases with a central target database, you can store extracted data operations on each source system and use data pumps on each of those systems to send the data to a trail on the target system. Dividing the storage load between the source and target systems reduces the need for massive amounts of space on the target system to accommodate data arriving from multiple sources.
-
Synchronizing one source with multiple targets. When sending data to multiple target systems, you can configure data pumps on the source system for each target. If network connectivity to any of the targets fails, data can still be sent to the other targets.
Parent topic: Components of Oracle GoldenGate Classic Architecture
2.3.3 What is a Collector?
The Collector is started by the manager process and is a process that runs in the background on the target system. It reassembles the transactional data into a target trail.
When the Manager receives a connection request from an Extract process, the Collector scans and binds to an available port and sends the port number to the Manager for assignment to the requesting Extract process. The Collector also receives the captured data that is sent by the Extract process and writes them to the remote trail file.
Note:
Collector can be run manually, if needed. This is known as a static Collector (as opposed to the regular, dynamic Collector). Several Extract processes can share one static Collector; however, a one-to-one ratio is optimal. A static Collector can be used to ensure that the process runs on a specific port.Parent topic: Components of Oracle GoldenGate Classic Architecture
2.3.4 What is GGSCI?
You can use the Oracle GoldenGate Software Command Interface (GGSCI) commands to create data replications. This is the command interface between you and Oracle GoldenGate functional components.
To start either the Admin Client or
GGSCI, you need to change the current working directory to the
Oracle GoldenGate home directory (OGG_HOME
).
Note:
The environment variableOGG_HOME
and OGG_VAR_HOME
must be set before starting the Admin Client or GGSCI.
Parent topic: Components of Oracle GoldenGate Classic Architecture
2.4 Common Data Replication Processes
There are a number of data replication processes that are common to both Oracle GoldenGate architectures.
Topics:
- What is an Extract?
Extract is a process that is configured to run against the source database or configured to run on a downstream mining database (Oracle only) with capturing data generated in the true source database located somewhere else. This process is the extraction or the data capture mechanism of Oracle GoldenGate. - What is a Trail?
A trail is a series of files on disk where Oracle GoldenGate stores the captured changes to support the continuous extraction and replication of database changes. - What is a Replicat?
Replicat is a process that delivers data to a target database. It reads the trail file on the target database, reconstructs the DML or DDL operations, and applies them to the target database.
Parent topic: Getting Started with Oracle GoldenGate
2.4.1 What is an Extract?
Extract is a process that is configured to run against the source database or configured to run on a downstream mining database (Oracle only) with capturing data generated in the true source database located somewhere else. This process is the extraction or the data capture mechanism of Oracle GoldenGate.
-
Initial Loads: When you set up Oracle GoldenGate for initial loads, the Extract process captures the current, static set of data directly from the source objects. See How to Add an Initial Load Extract in Step by Step Data Replication Using Oracle GoldenGate Microservices and Configuring the Initial Load in Using Oracle GoldenGate for Oracle Database.
-
Change Synchronization: When you set up Oracle GoldenGate to keep the source data synchronized with another set of data, the Extract process captures the DML and DDL operations performed on the configured objects after the initial synchronization has taken place. Extracts can run locally on the same server as the database or on another server using the downstream Integrated Extract for reduced overhead. It stores these operations until it receives commit records or rollbacks for the transactions that contain them. If it receives a rollback, it discards the operations for that transaction. If it receives a commit, it persists the transaction to disk in a series of files called a trail, where it is queued for propagation to the target system. All the operations in each transaction are written to the trail as a sequentially organized transaction unit and are in the order in which they were committed to the database (commit sequence order). This design ensures both speed and data integrity.
See Configuring and Adding Change Synchronization Groups in Using Oracle GoldenGate for Oracle Database.
Note:
Extract ignores operations on objects that are not in the Extract configuration, even though a transaction may also include operations on objects that are in the Extract configuration.
-
Source tables: This source type is used for initial loads.
-
Database recovery logs or transaction logs: While capturing from the logs, the actual method varies depending on the database type. An example of this source type is the Oracle database redo logs.
Parent topic: Common Data Replication Processes
2.4.2 What is a Trail?
A trail is a series of files on disk where Oracle GoldenGate stores the captured changes to support the continuous extraction and replication of database changes.
A trail can exist on the source system, an intermediary system, the target system, or any combination of those systems, depending on how you configure Oracle GoldenGate. On the local system, it is known as an Extract trail (or local trail). On a remote system, it is known as a remote trail. By using a trail for storage, Oracle GoldenGate supports data accuracy and fault tolerance. The use of a trail also allows extraction and replication activities to occur independently of each other. With these processes separated, you have more choices for how data is processed and delivered. For example, instead of extracting and replicating changes continuously, you could extract changes continuously and store them in the trail for replication to the target later, whenever the target application needs them.
In addition, trails allow Oracle Database to operate in heterogeneous environment. The data is stored in a trail file in a consistent format, so it can be read by Replicat process for all supported databases. For more information , see About the Oracle GoldenGate Trail.
Processes that Write to the Trail File:
In Oracle GoldenGate Classic, the Extract and the data pump processes write to the trail. Only one Extract process can write to a given local trail. All local trails must have different full-path names though you can use the same trail names in different paths.
Multiple data pump processes can each write to a trail of the same name, but the
physical trails themselves must reside on different remote systems, such as in a
data-distribution topology. For example, a data pump named pumpm and a data pump named
pumpn can both reside on sys01 and write to a remote trail named aa
.
Pumpn can write to trail aa on sys02, while pumpn can write to trail aa on sys03.
In Oracle GoldenGate MA, Distribution Service and distribution paths are used to write the remote trail.
Processes that Read from the Trail File:
The data pump, Replicat processes, and the Distribution Service read from the trail files. The data pump extracts DML and DDL operations from a local trail that is linked to an Extract process, performs further processing if needed, and transfers the data to a trail that is read by the next Oracle GoldenGate process downstream (typically Replicat, but could be another data pump if required). A Distribution Service process will read the trail file and send it across the network to a waiting Receiver Service process or collector.
The Replicat process reads the trail and applies the replicated DML and DDL operations to the target database.
Trail File Creation and Maintenance:
The trail files are created as needed during processing. You specify a two-character
name for the trail when you add it to the Oracle GoldenGate configuration with the
ADD RMTTRAIL
or ADD EXTTRAIL
command. By default,
trails are stored in the dirdat
sub-directory of the Oracle GoldenGate
directory. You can specify a six or nine digit sequence number using the
TRAIL_SEQLEN_9D | TRAIL_SEQLEN_6D GLOBALS
parameter;
TRAIL_SEQLEN_9D
is set by default. It is recommended to use the
9-digit sequence number when possible.
As each new
file is created, it inherits the two-character trail name appended with a unique nine
digit sequence number from 000000000 through 999999999 (for example
c:\ggs\dirdat\tr000000001
). When the sequence number reaches
999,999,999 or 999,999 (depending on the prior setting) the Extract process will
abend.
Refer to Doc ID 1060554.1 for details on how to reset the sequence number.
Trail files can be purged on a routine basis by using the Manager parameter
PURGEOLDEXTRACTS
.
You can create more than one trail to separate the data from different objects or applications. You link the objects that are specified in a TABLE
or SEQUENCE
parameter to a trail that is specified with an EXTTRAIL
or RMTTRAIL
parameter in the Extract parameter file. To maximize throughput, and to minimize I/O load on the system, extracted data is sent into and out of a trail in large blocks. Transactional order is preserved.
Converting Existing Trails to 9 Digit Sequence Numbers
You can convert trail files from 6-digit to 9-digit checkpoint record for the named extract groups. Use convchk
native command to convert to 9-digit trail by stopping your Extract gracefully then using convchk
to upgrade as follows:
convchk extract trail seqlen_9d
Start your Extract
You can downgrade from a 9 to 6 digit trail with the same process using this convchk
command:
convchk extract trail seqlen_6d
Note:
Extract Files: You can configure Oracle GoldenGate to store extracted data in an extract file instead of a trail. The extract file can be a single file, or it can be configured to roll over into multiple files in anticipation of limitations on file size that are imposed by the operating system. It is similar to a trail, except that checkpoints are not recorded. The file or files are created automatically during the run. The same versioning features that apply to trails also apply to extract files.Parent topic: Common Data Replication Processes
2.4.3 What is a Replicat?
Replicat is a process that delivers data to a target database. It reads the trail file on the target database, reconstructs the DML or DDL operations, and applies them to the target database.
The Replicat process uses dynamic SQL to compile a SQL statement once and then executes it many times with different bind variables. You can configure the Replicat process so that it waits a specific amount of time before applying the replicated operations to the target database. For example, a delay may be desirable to prevent the propagation of errant SQL, to control data arrival across different time zones, or to allow time for other planned events to occur.
-
Initial Loads: When you set up Oracle GoldenGate for initial loads, the Replicat process applies a static data copy to target objects or routes the data to a high-speed bulk-load utility.
-
Change Synchronization: When you set up Oracle GoldenGate to keep the target database synchronized with the source database, the Replicat process applies the source operations to the target objects using a native database interface or ODBC, depending on the database type.
You can configure multiple Replicat processes with one or more Extract processes and Data Pumps in parallel to increase throughput. To preserve data integrity, each set of processes handles a different set of objects. To differentiate among Replicat processes, you assign each one a group name
If you don't want to use multiple Replicat processes, you can configure a single Replicat process in parallel, coordinated, integrated mode.
-
Parallel mode Parallel Replicat supports most databases using the non-integrated option. Parallel Replicat only supports replicating data from trails with full metadata, which requires the classic trail format. It takes into account dependencies between transactions, similar to Integrated Replicat. The dependency computation, parallelism of the mapping and apply is performed outside the database so can be off-loaded to another service. The transaction integrity is maintained in this process. In addition, parallel replicat supports the parallel apply of large transactions by splitting a large transaction into chunks and applying them in parallel.
Only Oracle supports Parallel Replicat in integrated mode, and is required for certain features, like AutoCDR, Procedural Replication, or to execute DML_HANDLERS inside the database.
-
Coordinated mode is supported on all databases that Oracle GoldenGate supports. In coordinated mode, the Replicat process is threaded. One coordinator thread spawns and coordinates one or more threads that execute replicated SQL operations in parallel. A coordinated Replicat process uses one parameter file and is monitored and managed as one unit. See About Coordinated Replicat Mode for more information.
-
Integrated mode is supported for Oracle Database releases 12c or later. In integrated mode, the Replicat process leverages the apply processing functionality that is available within the Oracle Database. Within a single Replicat configuration, multiple inbound server child processes known as apply servers apply transactions in parallel while preserving the original transaction atomicity. See About Integrated Replicat for more information about integrated mode.
You can delay Replicat so that it waits a specific amount of time before applying the replicated operations to the target database. A delay may be desirable, for example, to prevent the propagation of errant SQL, to control data arrival across different time zones, or to allow time for other planned events to occur. The length of the delay is controlled by the DEFERAPPLYINTERVAL
parameter.
Parent topic: Common Data Replication Processes