2026-05-03 09:07:14
This commit is contained in:
@@ -99,7 +99,9 @@ In an Oracle Multitenant architecture (Oracle 19c through 23c), the placement of
|
||||
|
||||
> Integrated Extracts store their recovery checkpoints primarily in the database's internal logmining server metadata and in .cpe checkpoint files on the GoldenGate file system. You do not manually create a standard "checkpoint table" for an Extract in the same way you do for a Replicat
|
||||
|
||||
Create the checkpoint table:
|
||||
> In an Oracle Multitenant environment, the rule is: One Checkpoint Table per PDB, but that table can be shared by multiple Replicats operation in the **same** PDB
|
||||
|
||||
If `EREP` PDB will be a replication target, create the checkpoint table:
|
||||
|
||||
dblogin useridalias NABOOPRD
|
||||
add checkpointtable EREP.c##oggadmin.checkpt
|
||||
@@ -111,7 +113,7 @@ Set **global** parameters:
|
||||
Put:
|
||||
|
||||
ggschema c##oggadmin
|
||||
checkpointtable EREP.c##oggadmin.checkpt
|
||||
checkpointtable c##oggadmin.checkpt
|
||||
|
||||
|
||||
## Setup `helska` Golden Gate deployment
|
||||
@@ -138,7 +140,7 @@ Test database connections:
|
||||
dblogin useridalias GENOSISPRD
|
||||
dblogin useridalias GERISS
|
||||
|
||||
Create the checkpoint table:
|
||||
If `GERISS` PDB will be a replication target, create the checkpoint table:
|
||||
|
||||
dblogin useridalias GENOSISPRD
|
||||
add checkpointtable GERISS.c##oggadmin.checkpt
|
||||
@@ -150,5 +152,5 @@ Set **global** parameters:
|
||||
Put:
|
||||
|
||||
ggschema c##oggadmin
|
||||
checkpointtable GERISS.c##oggadmin.checkpt
|
||||
checkpointtable c##oggadmin.checkpt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user