Skip to Main Content

GoldenGate Free

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to configure the extract to remote OGG deployment

AliDJul 11 2025 — edited Jul 14 2025

Hi Experts,

I want to add an extract from Oracle DB using OGG for Oracle and send the changes to a SQL DB using OGG for SQL. Based on what I've read so far the format is something like:

EXTRACT ORAINIT
USERIDALIAS SourceCDB DOMAIN OracleGoldenGate
RMTHOST localhost, MGRPORT 9014
RMTTASK REPLICAT, GROUP ORATEST
Table PDB.SCHEMA.*;

Both Oracle and SQL OGG containers are running on same machine. But I'm not sure what port is being used and how to configure or expose it. Both instances are using same service ports internally. I've only changed the http/s ports to login separately to the console and that works fine.

Has anyone had a usecase like this?

Comments
Post Details
Added on Jul 11 2025
0 comments
21 views