2026-05-10 14:49:17

This commit is contained in:
2026-05-10 16:49:17 +02:00
parent 862ca862b6
commit fe948c0fd6
2 changed files with 292 additions and 0 deletions
+7
View File
@@ -20,6 +20,7 @@ grant create session, connect,resource,alter system, select any dictionary, flas
exec dbms_goldengate_auth.grant_admin_privilege(grantee => 'c##oggadmin',container=>'all');
alter user c##oggadmin set container_data=all container=current;
grant alter any table to c##oggadmin container=ALL;
grant create procedure,create view to c##oggadmin container=all;
alter system set enable_goldengate_replication=true scope=both;
alter database force logging;
alter database add supplemental log data;
@@ -151,6 +152,12 @@ If `GERISS` PDB will be a replication target, create the checkpoint table:
dblogin useridalias GENOSISPRD
add checkpointtable GERISS.c##oggadmin.checkpt
For replicat add **heartbeattable** in the **PDB**:
dblogin useridalias GERISS
add heartbeattable
Set **global** parameters:
edit GLOBALS