Migrate Oracle GoldenGate Classic to MicroServices

Migration Utility: (download the Migration Utility from MOS)

Continue reading

A Guide to OGG Microservices Architecture (OGG MA) Log File Paths

In this article, we’ll explore the log file paths for the key components of Oracle GoldenGate Microservices Architecture (OGG MA), helping administrators quickly locate and analyze logs for efficient issue resolution.

Continue reading

Using AdminClient for Command Line Utility for OGG MA

To use the command line interface with Oracle GoldenGate Microservices Architecture (OGG MA), you need to utilize the AdminClient utility. Unlike the traditional Classic Architecture, where you use ggsci for most administrative tasks, OGG MA provides the AdminClient command-line interface for interacting with OGG processes.

Continue reading

Step-by-Step Installation of Oracle GolgenGate (OGG) 21c Microservices

Oracle GoldenGate Microservices Architecture (MA):

Oracle GoldenGate Microservices Architecture (MA) is a modern, web-based framework designed to manage data replication in a more flexible, scalable, and cloud-friendly way compared to the traditional Oracle GoldenGate Classic Architecture. Introduced in Oracle GoldenGate 12c, the Microservices Architecture offers an improved user experience through RESTful APIs and web-based user interfaces. Here are the key features and components of Oracle GoldenGate Microservices:

Continue reading

Initial Load for GoldenGate Replication Setup

Extract and Replicat processes take care the data from the point of setup of the processes. To setup a replication using Goldengate, We need to make sure that existing data are properly copied from Source to Target and this is called Initial Load.

Continue reading

GoldenGate Error and Solution

ERROR OGG-25127 Received an error reply requesting a graceful shutdown:

Continue reading

Enable DDL Replication in GoldenGate

In this article, I will show how to enable DDL replication for a table or schema which is the part of  goldengate replication.

Continue reading

Create a User ALIAS for GoldenGate Credential using CREDENTIALSTORE

CREDENTIALSTORE: Creates a credentials store (wallet) that stores encrypted database user credentials. The CREDENTIALSTORE is a new feature in Oracle GoldenGate 12c and the default location of the credential store is “$GG_HOME/dircrd”.

Continue reading

Configure GolgeGate Replication with19c

To configure Oracle GoldenGate replication, we need to create below processes. In this article, I will use Oracle Database as source and target.

Continue reading

RMAN Command

Recovery Manager (RMAN) is a command-line tool provided by Oracle for managing the backup and recovery of Oracle databases. RMAN automates the process of creating backups, restoring datafiles, and recovering the database. Here are some key concepts and commands related to Oracle RMAN.

Continue reading