Goldengate Encryption Wallet
Goldengate Encryption Wallet
https://www.youtube.com/c/ashishagarwal_gg
1
Ashish Agarwal
https://www.youtube.com/c/ashishagarwal_gg
Contents
1 Introduction .........................................................................................................................................................3
2 Environment details (Must Read) ................................................................................................................4
3 Prerequisite ..........................................................................................................................................................4
3.1 On Source Database ................................................................................................................................................... 5
3.2 On Target Database .................................................................................................................................................... 6
4 Wallet ................................................................................................................ Error! Bookmark not defined.
2
Ashish Agarwal
https://www.youtube.com/c/ashishagarwal_gg
1 INTRODUCTION
This activity guide cover Oracle GoldenGate Security for Oracle GoldenGate training. This
guide covers
3
Ashish Agarwal
https://www.youtube.com/c/ashishagarwal_gg
This section covers key points that you must remember for hands-on
5. Database environment file (db.env) is under oracle user home $HOME (/home/oracle)
so if you need any operation on Oracle Database then set environment variable first by
running db.env file
export ORACLE_HOME=/u01/app/oracle/product/12.2.0.1
export ORACLE_SID=oggdb1
export PATH=$ORACLE_HOME/bin:$PATH
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
export ORACLE_HOME=/u01/app/oracle/product/12.2.0.1
export ORACLE_SID=oggdb2
export PATH=$ORACLE_HOME/bin:$PATH
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
6. Make sure on your Source machine, Target host enteries should be added under
/etc/hosts and vice versa
Note: Hostname & IP address should be as per your Source and Target machine
7. Make sure on your Target machine, Source host enteries should be added under
/etc/hosts
4
Ashish Agarwal
https://www.youtube.com/c/ashishagarwal_gg
3 PREREQUISITE
This guide assumes that AG3 is performed and Oracle Goldengate Extract, Data Pump
and Replicat Processes are configured and successfully replicating the data.
3. Start the Extract and Data Pump process on source and replicat on target
Note : On Source Plugabble Database pdb1 , Database schema ggtraining1 and table
dept11 already created in AG3_Golden Gate DML replication. Refer the AG3 guide if you
have not created or not able to find in your database.
2. Check Manager, Extract and Data Pump processes status, all should be running and if
not then start them
. db.env
cd /u01/app/oracle/product/ogg_src
./ggsci
3. Connect to Database schema ggtraining1 with plugabble database pdb1 if not already
connected
. db.env
5
Ashish Agarwal
https://www.youtube.com/c/ashishagarwal_gg
Note: Make sure you are connected to Database schema ggtraining1 with pluggable
database pdb1
2. Check Manager, Replicat processes status, both should be running and if not then
start them
. db.env
cd /u01/app/oracle/product/ogg_trg
6
Ashish Agarwal
https://www.youtube.com/c/ashishagarwal_gg
./ggsci
This section finishes Prerequisites on Source and Target Database. In next section we
will discuss how to encrypt trail files. .
7
Ashish Agarwal
https://www.youtube.com/c/ashishagarwal_gg
4 OGG WALLET
4. Stop the Extract process, add the below parameter in to Extract parameter
file and restart the extract process. Follow the process as mentioned in
AG13.
ENCRYPT AES192
5. Copy the Wallet file from source to target server wallet location.
This Activity Guide finishes Oracle GoldenGate Wallet creation and setup.