2026-05-03 07:24:25
This commit is contained in:
@@ -6,8 +6,8 @@ http://blog.data-alchemy.org/posts/oracle-goldengate-pluggable/
|
|||||||
## Topology
|
## Topology
|
||||||
|
|
||||||
Databases:
|
Databases:
|
||||||
- source: CDB: NABOOPRD@wayland, PDB: EREP
|
- source: CDB: NABOOPRD@togoria, PDB: EREP
|
||||||
- target: CDB: GENOSISPRD@togoria, PDB: GERISS
|
- target: CDB: GENOSISPRD@wayland, PDB: GERISS
|
||||||
|
|
||||||
## Databases setup for Golden Gate
|
## Databases setup for Golden Gate
|
||||||
|
|
||||||
@@ -37,14 +37,14 @@ Create schemas for replicated tables on source and target PDB:
|
|||||||
create user R2D2 identified by "Secret00!";
|
create user R2D2 identified by "Secret00!";
|
||||||
alter user R2D2 quota unlimited on USERS;
|
alter user R2D2 quota unlimited on USERS;
|
||||||
grant connect,resource to R2D2;
|
grant connect,resource to R2D2;
|
||||||
connect R2D2/"Secret00!"@wayland/EREP;
|
connect R2D2/"Secret00!"@togoria/EREP;
|
||||||
|
|
||||||
|
|
||||||
alter session set container=GERISS;
|
alter session set container=GERISS;
|
||||||
create user C3PO identified by "Secret00!";
|
create user C3PO identified by "Secret00!";
|
||||||
alter user C3PO quota unlimited on USERS;
|
alter user C3PO quota unlimited on USERS;
|
||||||
grant connect,resource to C3PO;
|
grant connect,resource to C3PO;
|
||||||
connect C3PO/"Secret00!"@togoria/GERISS;
|
connect C3PO/"Secret00!"@wayland/GERISS;
|
||||||
|
|
||||||
## Setup `exegol` Golden Gate deployment
|
## Setup `exegol` Golden Gate deployment
|
||||||
|
|
||||||
@@ -71,8 +71,8 @@ Add in the credentialstore enteries for database connections:
|
|||||||
|
|
||||||
create wallet
|
create wallet
|
||||||
add credentialstore
|
add credentialstore
|
||||||
alter credentialstore add user c##oggadmin@wayland/NABOOPRD password "Secret00!" alias NABOOPRD
|
alter credentialstore add user c##oggadmin@togoria/NABOOPRD password "Secret00!" alias NABOOPRD
|
||||||
alter credentialstore add user c##oggadmin@wayland/EREP password "Secret00!" alias EREP
|
alter credentialstore add user c##oggadmin@togoria/EREP password "Secret00!" alias EREP
|
||||||
info credentialstore
|
info credentialstore
|
||||||
|
|
||||||
Test database connections:
|
Test database connections:
|
||||||
@@ -116,8 +116,8 @@ Now we can hide the password when conecting to deployement:
|
|||||||
|
|
||||||
Add in the credentialstore enteries for database connections:
|
Add in the credentialstore enteries for database connections:
|
||||||
|
|
||||||
alter credentialstore add user c##oggadmin@togoria/GENOSISPRD password "Secret00!" alias GENOSISPRD
|
alter credentialstore add user c##oggadmin@wayland/GENOSISPRD password "Secret00!" alias GENOSISPRD
|
||||||
alter credentialstore add user c##oggadmin@togoria/GERISS password "Secret00!" alias GERISS
|
alter credentialstore add user c##oggadmin@wayland/GERISS password "Secret00!" alias GERISS
|
||||||
info credentialstore
|
info credentialstore
|
||||||
|
|
||||||
Test database connections:
|
Test database connections:
|
||||||
|
|||||||
Reference in New Issue
Block a user