Oracle Golden Gate : Installing GG in AWS (Table replication in same DB)

Share via:
Dear Readers,

In this article we will see Installing GG in AWS (Table replication in same DB).

 

Step 1 : Download GG software

Step 2 : check for xclock in AWS server.

[ec2-user@ip-172-31-21-177 tmp]$ su – oracle
Password:
Last login: Sat Dec 24 12:03:29 EST 2016 on pts/3
Last failed login: Sat Dec 24 12:06:15 EST 2016 on pts/3
There was 1 failed login attempt since the last successful login.
[oracle@ip-172-31-21-177 ~]$ xclock

Step 3 : Setup .bash_profile

[oracle@ip-172-31-21-177 ~]$ cat .bash_profile
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi

# User specific environment and startup programs
PATH=$PATH:$HOME/.local/bin:$HOME/bin:$HOME
export PATH

export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/12102
export ORACLE_SID=cloud12c
export GG_HOME=/u01/app/oracle/product/12102/gg
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH:$GG_HOME
PATH=$ORACLE_HOME/bin:$PATH
export PATH

Step 4 : run installer