Skip to main content

Posts

Showing posts from June, 2025

Prepare Database for GoldenGate Replication

Introduction: In the previous posts, we had covered the step-by-step installation of Oracle GoldenGate (OGG) for both Oracle and MySQL environments. Please visit those, links are given below. Now for replication we are using Oracle database as source and MySQL database as target. In this article, we will go through the essential steps to prepare Oracle (source) and MySQL (target) databases for GoldenGate . Oracle GoldenGate 23ai Installation for Oracle Oracle GoldenGate 23ai Installation for MySQL Prerequisites: Below are the minimum requirements. Oracle database should be installed on source server. MySQL database should be installed on target server. Connectivity between GoldenGate server and database servers. Environment Used: Server Source (Oracle) Target (MySQL) OGG (Oracle) OGG (MySQL) Hostname orcl.oraeasy.com mysqlOGG.oraeasy.com ogg.oraeasy.com mysqlOGG.oraeasy.com ...

Oracle GoldenGate 23ai Installation || MySQL

Introduction: Oracle GoldenGate (OGG) is a real-time data replication platform enabling seamless data integration between heterogeneous databases. It supports high throughput, minimal latency, and advanced deployment architectures. It is CDC (Change Data Capture) tool that captures committed changes from the source database transaction logs and replicates them to a target database. In this article we will be doing the installation of Oracle GoldenGate 23ai (version 23.4.1.24.05) for MySQL . Prerequisites: Below are the minimum requirements for Linux environment. CPU - 2core RAM - 4GB Disk space - 25GB OS - Oracle Linux 8/9 MySQL ODBC Connector Software Download: Oracle GoldenGate 23ai : Oracle GoldenGate 23.4.1.24.05 on Linux x86-64 for MySQL Environment Used: Hostname: mysqlOGG.oraeasy.com IP: 192.168.101.6 OS: OL9 Directory Used: OGG Home: /ogg/ogg23ai_ma OGG Service Manager: /ogg/ogg23ai_sm OGG Deployment Home: /ogg/ogg23ai_deploy ...

Oracle GoldenGate 23ai Installation || Oracle

Introduction: Oracle GoldenGate (OGG) is a real-time data replication platform enabling seamless data integration between heterogeneous databases. It supports high throughput, minimal latency, and advanced deployment architectures. It is CDC (Change Data Capture) tool that captures committed changes from the source database transaction logs and replicates them to a target database. In this article we will be doing the installation of Oracle GoldenGate 23ai (version 23.4.1.24.05) for Oracle . Prerequisites: Below are the minimum requirements for Linux environment. CPU - 2core 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: Hostname: ogg.oraeasy.com IP: 192.168.101.9 OS: OL9 Directory Used: Oracle Client Home: /u01/app/instantcli...