Installation Goldengate on 12c linux 7.7
Step1: – Create directory for the software and extract it to the directory
root@dbaserver1 ~]# su – oracle
Last login: Fri Jun 11 19:30:59 IST 2021 on pts/0
[oracle@dbaserver1 ~]$ mkdir -p /home/oracle/app/oracle/product/gg
[oracle@dbaserver1 u01]$ cd /home/oracle/app/oracle/product
Step2: – Enter the goldengate home in bash_profile
[oracle@dbaserver1 ~]$ ls -a
. .. .bash_history .bash_logout .bash_profile .bashrc .cache .config .java .local .mozilla .oracle_jre_usage .ssh .viminfo .Xauthority
[oracle@dbaserver1 ~]$ vi .bash_profile
[oracle@dbaserver1 ~]$ vi setEnv.sh
export TMP=/tmp
export TMPDIR=$TMP
export ORACLE_HOSTNAME=dbaserver1
export ORACLE_UNQNAME=orcl
export ORACLE_BASE=/home/oracle/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/12.1.0/dbhome_1
export ORA_INVENTORY=/home/oracle/app/oraInventory
export ORACLE_SID=orcl
export PATH=/usr/sbin:/usr/local/bin:$PATH
export PATH=$ORACLE_HOME/bin:$PATH
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib
export GGATE=/home/oracle/app/oracle/product/gg
[oracle@dbaserver1 ~]$
[oracle@dbaserver1 ~]$ cd $GGATE
[oracle@dbaserver1 gg]$ pwd
/home/oracle/app/oracle/product/gg
Step3: – Move oracle 19c Goldengate software and unzip.
[oracle@dbaserver1 Desktop]$ cd /home/oracle/app/oracle/product/gg
[oracle@dbaserver1 gg]$ ls -lrt
total 543208
-rwxr–r–. 1 oracle oinstall 556240981 JUN 01 21:30 191004_fbo_ggs_Linux_x64_shiphome.zip
[oracle@dbaserver1 gg]$ unzip 191004_fbo_ggs_Linux_x64_shiphome.zip
Archive: 191004_fbo_ggs_Linux_x64_shiphome.zip
creating: fbo_ggs_Linux_x64_shiphome/
creating: fbo_ggs_Linux_x64_shiphome/Disk1/
creating: fbo_ggs_Linux_x64_shiphome/Disk1/install/
inflating: fbo_ggs_Linux_x64_shiphome/Disk1/install/.oui
inflating: fbo_ggs_Linux_x64_shiphome/Disk1/install/attachHome.sh
inflating: fbo_ggs_Linux_x64_shiphome/Disk1/install/clusterparam.ini
inflating: fbo_ggs_Linux_x64_shiphome/Disk1/install/detachHome.sh
[oracle@dbaserver1 gg]$ ls -lrt
total 543548
-rw-r–r–. 1 oracle oinstall 1413 JUN 01 21:40 OGG-19.1.0.0-README.txt
drwxr-xr-x. 3 oracle oinstall 4096 JUN 01 21:40 fbo_ggs_Linux_x64_shiphome
-rw-r–r–. 1 oracle oinstall 332523 JUN 01 21:40: OGG_WinUnix_Rel_Notes_19.1.0.0.4.pdf
-rwxr–r–. 1 oracle oinstall 556240981 JUN 01 21:40 191004_fbo_ggs_Linux_x64_shiphome.zip
Step4: – Run the Oracle GoldenGate 19c installer as the oracle user. The installer is located in the /goldengate/fbo_ggs_Linux_x64_shiphome/Disk1 directory.
[oracle@dbaserver1 gg]$ ls -lrt
total 543548
-rw-r–r–. 1 oracle oinstall 1413 JUN 02 03:25 OGG-19.1.0.0-README.txt
drwxr-xr-x. 3 oracle oinstall 4096 JUN 02 03:25 fbo_ggs_Linux_x64_shiphome
-rw-r–r–. 1 oracle oinstall 332523 JUN 02 03:25 OGG_WinUnix_Rel_Notes_19.1.0.0.4.pdf
-rwxr–r–. 1 oracle oinstall 556240981 JUN 02 03:25 191004_fbo_ggs_Linux_x64_shiphome.zip
[oracle@dbaserver1 gg]$ cd fbo_ggs_Linux_x64_shiphome/
[oracle@dbaserver1 fbo_ggs_Linux_x64_shiphome]$ ls
Disk1
[oracle@dbaserver1 fbo_ggs_Linux_x64_shiphome]$ cd Disk1/
[oracle@dbaserver1 Disk1]$ ./runInstaller
Step5: – Start oracle 12c goldengate installation
Choose Your database version
Step6: – Select Goldengate Home.
Step7: – Double check and start installation
Step8: – Oracle 12c goldengate installation in progress
Step9: – Successfully oracle 12c goldengate installation is completed.
Step10: – Login to Putty session
Manager is up and running….
[oracle@dbaserver1 -]$ cd $GGATE [oracle@dev12c gg]$ ./ggsci
Oracle GoldenGate Command Interpreter for Oracle
Version 12.1.2.1.0 OGGCORE12.1.2.1.0 PLATFORM5191017.1054FB0
Linux, x64, 64bit (optimized), Oracle 12c on Jun 11 2021 03:16:29
Operating system character set identified as UTF-8.
Copyright (C) 1995, 2021, Oracle and/or its affiliates. All rights reserved.
GGSCI (dev12c) 1> info mgr
Manager is running (IP port TCP:dev19c.7809, Process ID 28541).
GGSCI (dev12c) 2> I