Skip to content

Commit 45738b6

Browse files
Update GoldenGate-N-way-replication.md
some typo and MD changes
1 parent ea93609 commit 45738b6

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

cloud-architecture/custom-apps-and-consolidation/GG-N-way-replication/files/GoldenGate-N-way-replication.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
22

33
This document articulates the best practices for OCI Goldengate N-way replication in terms of generic capabilities and provides guidance and options on how those capabilities can be implemented.
44

5-
This will provide methods and best practices to achieve real time data replication using OCI GoldenGate for bi-directional cross-region setup and uni-directional setup across same region between Database Cloud Service(DBCS) and Autonomous Data Warehouse(ADW).
6-
However, same asset can be used to perform replication between other Oracle Databases as well.
5+
This will provide methods and best practices to achieve real-time data replication using OCI GoldenGate for bi-directional cross-region setup and uni-directional setup across the same region between Database Cloud Service(DBCS) and Autonomous Data Warehouse(ADW).
6+
However, the same asset can be used to perform replication between other Oracle Databases as well.
77

88
Owners: Saravanadurai Rajendran and Divya Batra
99

1010
## Logical Architecture
1111

12-
![Alt text](Architecture.png)
13-
14-
Figure 1: Logical Architecture
12+
![Logical Architecture](Architecture.png)
1513

1614
### Scope & Context
1715

18-
This solution has been built to create a resilient infrastructure capable to withstand planned/unplanned outages of any critical component/service for the following scenarios, while achieving the recovery point objective (RPO) and recovery time objective (RTO).
16+
This solution has been built to create a resilient infrastructure capable to withstand planned/unplanned outages of any critical component/service for the following scenarios while achieving the recovery point objective (RPO) and recovery time objective (RTO).
1917

2018
- Planned maintenance, including upgrades.
2119
- Recoverable local failure.
@@ -25,10 +23,10 @@ This solution has been built to create a resilient infrastructure capable to wit
2523

2624
Application in each region will function independently. However, the databases between the two regions (Region1 and Region2) are synchronized via bi-directional change replication using Oracle GoldenGate. During normal operation, database connection requests will be distributed to one of the systems in either region.
2725
In case of disaster recovery, all requests will be directed to the available database system. This active/active architecture will be able to handle the following planned and unplanned outages.
28-
Also, Uni-directional replication has been setup between DBCS and ADW in same region (for reporting needs).
26+
Also, Uni-directional replication has been set up between DBCS and ADW in the same region (for reporting needs).
2927

3028
#### GoldenGate Configuration
31-
GoldenGate configuration/parameter files for this N-way and cross region replication between DBCS and ADW can be referred in “GoldenGate-N-way-replication-config.md”.
29+
GoldenGate configuration/parameter files for this N-way and cross-region replication between DBCS and ADW can be referred to in “GoldenGate-N-way-replication-config.md”.
3230

3331

3432

0 commit comments

Comments
 (0)