Build GoldenGate deployment and connection configurations for real-time data replication.
Last verified: May 2026
Build GoldenGate deployment and connection configurations for real-time data replication and streaming.
Required Fields
compartmentIddisplayNamedeployment.deploymentTypedeployment.cpuCoreCountconnectionsOutput will appear here...Your team needs to migrate a 5 TB Oracle Database from on-prem to OCI Autonomous DB with zero downtime. The builder generates a GoldenGate deployment: source connection to on-prem Oracle, target connection to OCI Autonomous, initial-load extract followed by continuous CDC replication. The migration runs for 2 weeks while applications keep running on-prem. At cutover, applications switch to ADB, GoldenGate has all transactions caught up, and downtime is <5 minutes. Without GoldenGate, this migration would have required hours of downtime.
Build GoldenGate deployment and connection configurations for real-time data replication. This tool helps OCI engineers generate valid configurations quickly without consulting documentation, reducing errors and accelerating infrastructure deployment. All processing runs in your browser with no data sent to external servers.
The builder constructs OCI GoldenGate deployment configurations: deployment resource (compartment, OCPU count, deployment type: OGGS18C or OGGS19C, license model: BYOL or LICENSE_INCLUDED, public/private endpoint), connections (source and target database connections with credentials in OCI Vault), and trail file storage configuration. Output is generated as oci goldengate commands and Terraform oci_golden_gate_deployment + oci_golden_gate_connection resources.
OCI GoldenGate is the gold standard for real-time database replication. Use it for: heterogeneous replication (Oracle → Postgres, MySQL → BigQuery), zero-downtime migrations, multi-cloud data sync. The pricing is per-OCPU-hour on the deployment, dramatically simpler than the on-prem GoldenGate licensing model.
GoldenGate captures CDC (Change Data Capture) from source databases — every INSERT/UPDATE/DELETE is replicated as it happens. This is dramatically better than scheduled batch replication for keeping downstream systems in sync.
For multi-region disaster recovery of Oracle Database, GoldenGate provides RPO=zero (no data loss) with RTO measured in seconds. The cost is significant but for mission-critical Oracle workloads, the recovery objectives justify it.
Was this tool helpful?
Disclaimer: This tool runs entirely in your browser. No data is sent to our servers. Always verify outputs before using them in production. AWS, Azure, and GCP are trademarks of their respective owners.