Skip to main content

Posts

Showing posts from June, 2025

Prepare Oracle and MySQL Databases for GoldenGate 23ai

Introduction In the previous posts, we covered the step-by-step installation of Oracle GoldenGate (OGG) for both Oracle and MySQL environments. If you haven't gone through those yet, the links are below. Oracle GoldenGate 23ai Installation for Oracle Oracle GoldenGate 23ai Installation for MySQL For this replication setup, we're using an Oracle database as the source and a MySQL database as the target. This article walks through the essential steps to prepare both databases for GoldenGate before we get into creating extract and replicat processes in a later post. Prerequisites Oracle database installed on the source server. MySQL database installed on the target server. Connectivity between the GoldenGate server and both database servers. Environment Used in This Guide Server Source (Oracle) Target (MySQL) OGG (Oracle) OGG (MySQL) Hostname orcl.oraeasy.com mysqlOGG.oraeasy.com ...

Oracle GoldenGate 23ai Installation Guide for MySQL

Introduction Oracle GoldenGate (OGG) is a real-time data replication platform that enables seamless data integration between heterogeneous databases. It supports high throughput, minimal latency, and advanced deployment architectures. As a CDC (Change Data Capture) tool, it captures committed changes from the source database transaction logs and replicates them to a target database. This is the second post in our GoldenGate 23ai series. We previously covered installing Oracle GoldenGate 23ai for Oracle . This guide covers the same installer family but configured for MySQL, using Oracle GoldenGate 23ai (version 23.4.1.24.05) for MySQL . The overall flow is similar, with the key difference being the MySQL ODBC connector setup in place of an Oracle Instant Client. Prerequisites Below are the minimum requirements for a Linux environment: CPU: 2 cores RAM: 4GB Disk space: 25GB OS: Oracle Linux 8/9 MySQL ODBC Connector Software Download Oracle GoldenGate 23ai: Oracle GoldenG...

Oracle GoldenGate 23ai Installation Guide for Oracle

Introduction Oracle GoldenGate (OGG) is a real-time data replication platform that enables seamless data integration between heterogeneous databases. It supports high throughput, minimal latency, and advanced deployment architectures. As a CDC (Change Data Capture) tool, it captures committed changes from the source database transaction logs and replicates them to a target database. In this article, we will walk through the installation of Oracle GoldenGate 23ai (version 23.4.1.24.05) for Oracle , from OS preparation through service verification. Prerequisites Below are the minimum requirements for a Linux environment: CPU: 2 cores RAM: 4GB Disk space: 25GB OS: Oracle Linux 8/9 Latest Oracle Instant Client Software Download Oracle GoldenGate 23ai: Oracle GoldenGate 23.4.1.24.05 on Linux x86-64 for Oracle Oracle Instant Client: Oracle Instant Client Downloads for Linux x86-64 Environment Used in This Guide Item Value Ho...