Skip to content

Commit fe3a0cb

Browse files
Merge pull request #1608 from oracle-devrel/alexandruporcescu-patch-oci-goldengate-1
Update README.md
2 parents fb0b1c4 + 36c2074 commit fe3a0cb

File tree

1 file changed

+66
-5
lines changed
  • data-platform/data-integration/oci-goldengate

1 file changed

+66
-5
lines changed

data-platform/data-integration/oci-goldengate/README.md

Lines changed: 66 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,27 @@
22

33
Oracle Cloud Infrastructure GoldenGate is a fully managed, native cloud service that moves data in real-time, at scale. OCI GoldenGate processes data as it moves from one or more data management systems to target databases. You can also design, run, orchestrate, and monitor data replication tasks without having to allocate or manage any Compute environment.
44

5-
Reviewed: 24.04.2024
5+
Reviewed: 28.02.2025
6+
7+
8+
# Table of Contents
9+
10+
1. [Team Publications](#team-publications)
11+
2. [Useful Links](#useful-links)
12+
613

14+
# Team Publications
15+
16+
- [GoldenGate Best Pracices](https://oradocs.oracle.com/documents/fileview/D1322A709534F69090ABAEEBCD182E6DCA08632BD3F4/_Best_Practices___Reference.pptx)
17+
- PowerPoint with a collection of GoldenGate Best Precices
18+
19+
- [Sync data between DBCS and Google BigQuery using Stage and Merge](https://github.com/alexandruporcescu/Articles/blob/main/Sync%20OracleDB%20with%20Google%20BigQuery/Replicate%20data%20from%20Oracle%20DB%20to%20Google%20BigQuery%20using%20GoldenGate%20Stage%20and%20Merge%20handler.md)
20+
- GitHub articles that show a step-by-step guide on how to achieve replication between Oracle Database and Google BigQuery using OCI Goldengate
21+
22+
- [OCI GoldenGate Demo - Realtime data replication from Postgres to ADW](https://oradocs.oracle.com/documents/link/LD4145D4B24FEE57EABE0F50975040B24F20D580F947/fileview/D200667F14B944E8C21E9984CEC2A6B73DFDCF90D2A1/_Video-OCIGG-PostgresToOracle.mp4)
23+
- Video of Replicating PostgreSQL to ADW using OCI GoldenGate
24+
25+
726
# Useful Links
827

928
- [Install GoldenGate Microservices 21c in silent mode](https://medium.com/@eloi-lopes29/install-goldengate-microservices-21c-in-silent-mode-48a904b97dc3)
@@ -36,9 +55,6 @@ Reviewed: 24.04.2024
3655
- [OCI GoldenGate Capture data from Azure Event Hubs to Autonomous Database](https://www.youtube.com/watch?v=IEQrE7wZLXc)
3756
- Video that guides you through the steps of configuring replication between Azure Event Hubs and Oracle Autonomous Database using OCI GoldenGate
3857

39-
- [Sync data between DBCS and Google BigQuery using Stage and Merge](https://github.com/alexandruporcescu/Articles/blob/main/Sync%20OracleDB%20with%20Google%20BigQuery/Replicate%20data%20from%20Oracle%20DB%20to%20Google%20BigQuery%20using%20GoldenGate%20Stage%20and%20Merge%20handler.md)
40-
- GitHub articles that show a step-by-step guide on how to achieve replication between Oracle Database and Google BigQuery using OCI Goldengate
41-
4258
- [Access OCI GoldenGate Logs using OCI Logging](https://blogs.oracle.com/dataintegration/post/access-oci-goldengate-logs-using-oci-logging)
4359
- A blog article that explains the integration of OCI GoldenGate with OCI Logging
4460

@@ -50,10 +66,55 @@ Reviewed: 24.04.2024
5066

5167
- [Clean up old OCI GoldenGate trails using Python and the OCI CLI](https://blogs.oracle.com/dataintegration/post/clean-up-old-oci-goldengate-trails-using-python-and-the-oci-cli)
5268
- Blog article explaining the process on how to clean OCI GoldenGate unused trail files from Oracle Cloud Infrastructure
69+
70+
- [Part-1/3: OCI PostgreSQL to OCI PostgreSQL cross-region replication with OCI GoldenGate — Introduction](https://medium.com/@devpiotrekk/oci-postgresql-to-oci-postgresql-cross-region-replication-with-oci-goldengate-introduction-e0492fc37b92)
71+
- This introductory post details how to establish cross-region connectivity between two OCI PostgreSQL databases using VCN peering and Dynamic Routing Gateways (DRGs) to prepare for replication with OCI GoldenGate. It covers network configuration, security lists, route tables, and DNS setup.
72+
73+
- [Part-2/3: OCI PostgreSQL to OCI PostgreSQL cross-region replication with OCI GoldenGate — OCI PostgreSQL](https://medium.com/@devpiotrekk/oci-postgresql-to-oci-postgresql-cross-region-replication-with-oci-goldengate-oci-postgresql-d4fcffc47498)
74+
- Part 2 guides you through creating primary and DR OCI PostgreSQL databases, configuring essential parameters (wal_level, max_replication_slots, etc.), establishing cross-region connectivity, and migrating the schema for cross-region replication using OCI GoldenGate. It also covers exporting and importing metadata
75+
76+
- [Part-3/3: OCI PostgreSQL to OCI PostgreSQL cross-region replication with OCI GoldenGate — OCI GoldenGate](https://medium.com/@devpiotrekk/oci-postgresql-to-oci-postgresql-cross-region-replication-with-oci-goldengate-oci-goldengate-4ccd5dea4d6c)
77+
- Part 3 guides you through setting up OCI GoldenGate for PostgreSQL to perform initial load and change data capture for cross-region replication. It covers creating deployments and connections, initial load extraction and replication, change data capture setup, monitoring, starting/stopping GoldenGate, and optimization techniques, concluding with best practices and considerations
78+
79+
- [Part 1/5: Get Started with OCI GoldenGate Data Transforms – Deployment Creation](https://blogs.oracle.com/dataintegration/post/get-started-with-oci-goldengate-data-transforms-deployment-creation)
80+
- This post guides you through creating a Data Transforms deployment in OCI GoldenGate, a new deployment type that adds batch ETL/ELT processing. It covers configuring deployment options, credentials, and enabling public access, preparing you to create Generic Connections and explore the service
81+
82+
- [Part 2/5: Get Started with OCI GoldenGate Data Transforms – Connectivity](https://blogs.oracle.com/dataintegration/post/get-started-with-oracle-cloud-infrastructure-oci-goldengate-data-transforms-connectivity)
83+
- This blog shows on how to configure connectivity within OCI GoldenGate Data Transforms, detailing how to connect to various data sources
84+
85+
- [Part 3/5: Get Started with OCI GoldenGate Data Transforms – Create a Data Load with Data Replication](https://blogs.oracle.com/dataintegration/post/get-started-with-oci-goldengate-data-transforms-create-a-data-load-with-data-replication)
86+
- Blog post guides you through creating a data load process using the data replication capabilities of OCI GoldenGate Data Transforms
87+
88+
- [Part 4/5: Get Started with OCI GoldenGate Data Transforms – Create a Data Flow](https://blogs.oracle.com/dataintegration/post/get-started-with-oci-goldengate-data-transforms-45-create-a-data-flow)
89+
- Create a data flow using OCI GoldenGate Data Transforms
90+
91+
- [Part 5/5: Get Started with OCI GoldenGate Data Transforms – Orchestrate and Run Processes](https://blogs.oracle.com/dataintegration/post/get-started-with-oci-goldengate-data-transforms-orchestrate-and-run-processes)
92+
- Orchestrate and run data transformation processes within OCI GoldenGate Data Transforms: schedule, and execute data flows for ETL/ELT workloads
93+
94+
- [GoldenGate 23ai is now available in OCI GoldenGate!](https://blogs.oracle.com/dataintegration/post/goldengate-23ai-is-now-available-in-oci-goldengate)
95+
- OCI GoldenGate now includes the 23ai release, bringing the latest features and enhancements
96+
97+
- [Oracle GoldenGate 23ai and Oracle Database 23ai Vectors](https://blogs.oracle.com/dataintegration/post/goldengate-database-23ai-vectors)
98+
- Oracle GoldenGate 23ai provides real-time, bi-directional replication of AI Vector Search in Oracle Database 23ai, enabling heterogeneous data integration and high availability across cloud data stores
99+
100+
- [OCI GoldenGate: Capture a topic data from Confluent Cloud to Autonomous Database](https://blogs.oracle.com/dataintegration/post/oci-goldengate-capture-a-topic-data-from-confluent-cloud-to-autonomous-database)
101+
- This Blog explains the details how to use OCI GoldenGate to capture data from a Confluent Cloud topic and replicate it to an Oracle Autonomous Database
102+
103+
- [Deriving Value from Data for Oracle Database@Azure Workloads with OCI GoldenGate](https://blogs.oracle.com/database/post/deriving-value-from-data-for-oracle-databaseazure-workloads-with-oci-goldengate)
104+
- OCI GoldenGate enables real-time data replication between Oracle Databases and Azure applications, supporting hybrid environments, data lakes, and real-time analytics
105+
106+
- [Announcing OCI GoldenGate ZeroETL Mirror - Putting the ZERO in ETL](https://blogs.oracle.com/dataintegration/post/announcing-oci-goldengate-and-zeroetl-putting-the-zero-in-etl)
107+
- New features and capabilities in OCI GoldenGate related to ZeroETL (Zero Extract, Transform, Load) concept
108+
109+
- [OCI GoldenGate Adds New Connectors for Databricks, Microsoft Fabric Lakehouse and Fabric Mirror, Snowflake, and Oracle Database@Azure, Google Cloud, and AWS](https://blogs.oracle.com/dataintegration/post/oci-goldengate-adds-new-connectors-for-databricks-microsoft-fabric-lakehouse-and-fabric-mirror-oracle-database-at-azure-google-cloud-and-aws)
110+
- OCI GoldenGate adds new connectors for Databricks, Microsoft Fabric Lakehouse and Fabric Mirror, and Oracle Database at Azure, Google Cloud, and AWS, expanding integration capabilities
111+
112+
113+
53114

54115
# License
55116

56-
Copyright (c) 2024 Oracle and/or its affiliates.
117+
Copyright (c) 2025 Oracle and/or its affiliates.
57118

58119
Licensed under the Universal Permissive License (UPL), Version 1.0.
59120

0 commit comments

Comments
 (0)