Skip to content

Commit ea93609

Browse files
Update GoldenGate-N-way-replication-config.md
some Md changes
1 parent 74a346d commit ea93609

File tree

1 file changed

+28
-26
lines changed

1 file changed

+28
-26
lines changed

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

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
###### Copyright (c) 2023, Oracle and/or its affiliates.
2-
###### Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl.
3-
###### Purpose: Configuration files for GG N-way replication best practice.
4-
###### @author: Saravanadurai Rajendran & Divya Batra
5-
1+
<!-- Copyright (c) 2023, Oracle and/or its affiliates.
2+
Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
Purpose: Configuration files for GG N-way replication best practice.
4+
@author: Saravanadurai Rajendran & Divya Batra -->
65

76
# Parameter files for GG in Region1:
87

9-
###### EXTRACT EXT1 (Extract for bi-directional between Region1 DBCS and Region2 DBCS)
8+
## EXTRACT EXT1 (Extract for bi-directional between Region1 DBCS and Region2 DBCS)
109

10+
```
1111
EXTRACT EXT1
1212
USERIDALIAS cdbregion1 DOMAIN OracleGoldenGate
1313
EXTTRAIL E1
@@ -32,11 +32,11 @@ reportcount every 10 minutes, rate
3232
tranlogoptions excludeuser REGION1_PDB1.ggadmin
3333
-- Included schemas
3434
TABLE REGION1_PDB1.<<Schema>>.*;
35+
```
3536

37+
## EXTRACT EXT2 (Extract for uni-directional replication between Region1 DBCS and Region1 ADW)
3638

37-
##### EXTRACT EXT2 (Extract for uni-directional replication between Region1 DBCS and Region1 ADW)
38-
39-
39+
```
4040
EXTRACT EXT2
4141
USERIDALIAS cdbregion1 DOMAIN OracleGoldenGate
4242
EXTTRAIL E2
@@ -45,33 +45,34 @@ DDL INCLUDE MAPPED
4545
ddloptions report
4646
-- Included schemas
4747
TABLE REGION1_PDB1.<<Schema>>.*;
48+
```
4849

50+
## REPLICAT REP1 (Replicat for bi-directional between Region1 DBCS and Region2 DBCS)
4951

50-
##### REPLICAT REP1 (Replicat for bi-directional between Region1 DBCS and Region2 DBCS)
51-
52-
52+
```
5353
REPLICAT REP1
5454
USERIDALIAS pdbregion2 DOMAIN OracleGoldenGate
5555
reportcount every 15 minutes, rate
5656
DBOPTIONS INTEGRATEDPARAMS(parallelism 2)
5757
DDL INCLUDE MAPPED
5858
MAP REGION1_PDB1.<<Schema>>.*, TARGET REGION2_PDB1.<<Schema>>.*;
59+
```
5960

61+
## REPLICAT REP2 (Replicat for uni-directional replication between Region1 DBCS and Region1 ADW)
6062

61-
##### REPLICAT REP2 (Replicat for uni-directional replication between Region1 DBCS and Region1 ADW)
62-
63+
```
6364
REPLICAT REP2
6465
USERIDALIAS adwregion1 DOMAIN OracleGoldenGate
6566
reportcount every 15 minutes, rate
6667
DDL INCLUDE MAPPED
6768
MAP REGION1_PDB1.<<Schema>>.*, TARGET .<<Schema>>.*;
68-
69+
```
6970

7071
# Parameter files for GG in Region2:
7172

72-
##### EXTRACT EXT3 (Extract for bi-directional between Region2 DBCS and Region1 DBCS)
73-
73+
## EXTRACT EXT3 (Extract for bi-directional between Region2 DBCS and Region1 DBCS)
7474

75+
```
7576
EXTRACT EXT3
7677
USERIDALIAS cdbregion2 DOMAIN OracleGoldenGate
7778
EXTTRAIL E3
@@ -96,36 +97,37 @@ reportcount every 10 minutes, rate
9697
tranlogoptions excludeuser REGION2_PDB1.ggadmin
9798
-- Included schemas
9899
TABLE REGION2_PDB1.<<Schema>>.*;
100+
```
99101

102+
## EXTRACT EXT4 (Extract for uni-directional replication between Region2 DBCS and Region2 ADW)
100103

101-
##### EXTRACT EXT4 (Extract for uni-directional replication between Region2 DBCS and Region2 ADW)
102-
103-
104+
```
104105
EXTRACT EXT4
105106
USERIDALIAS cdbregion2 DOMAIN OracleGoldenGate
106107
EXTTRAIL E4
107108
reportcount every 15 minutes, rate
108109
DDL INCLUDE MAPPED
109110
-- Included schemas
110111
TABLE REGION2_PDB1.<<Schema>>.*;
112+
```
111113

114+
## REPLICAT REP3 (Replicat for bi-directional between Region2 DBCS and Region1 DBCS)
112115

113-
114-
115-
##### REPLICAT REP3 (Replicat for bi-directional between Region2 DBCS and Region1 DBCS)
116-
116+
```
117117
REPLICAT REP3
118118
USERIDALIAS pdbregion1 DOMAIN OracleGoldenGate
119119
reportcount every 15 minutes, rate
120120
DBOPTIONS INTEGRATEDPARAMS(parallelism 2)
121121
DDL INCLUDE MAPPED
122122
MAP REGION2_PDB1.<<Schema>>.*, TARGET REGION1_PDB1.<<Schema>>.*;
123+
```
123124

125+
## REPLICAT REP4 (Replicat for uni-directional replication between Region2 DBCS and Region2 ADW)
124126

125-
##### REPLICAT REP4 (Replicat for uni-directional replication between Region2 DBCS and Region2 ADW)
126-
127+
```
127128
REPLICAT REP4
128129
USERIDALIAS adwregion2 DOMAIN OracleGoldenGate
129130
reportcount every 15 minutes, rate
130131
DDL INCLUDE MAPPED
131132
MAP REGION2_PDB1.<<Schema.*, TARGET <<Schema>>.*;
133+
```

0 commit comments

Comments
 (0)