2026-05-10 14:49:17
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user