From c7ba160b6e146d7197abc8d4fe8b8e22b44504c5 Mon Sep 17 00:00:00 2001 From: Valeriu PLESNILA Date: Sun, 3 May 2026 11:07:14 +0200 Subject: [PATCH] 2026-05-03 09:07:14 --- Golden_Gate/setup.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Golden_Gate/setup.md b/Golden_Gate/setup.md index 0041fd9..3dc5da1 100644 --- a/Golden_Gate/setup.md +++ b/Golden_Gate/setup.md @@ -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