ORACLE GoldenGate 19.1.0.0.2 Installation
Engine
191002_fbo_ggs_Linux_x64_shiphome.zip
Create OS user
root#
useradd -s /bin/bash -g dba ogg
passwd ogg
cp 191002_fbo_ggs_Linux_x64_shiphome.zip ~ogg/
chown ogg:dba ~ogg/*.zip
Edif OGG profile
vi ~/.bash_profile
...
export ORACLE_BASE=/oracle
export ORACLE_HOME=$ORACLE_BASE/product/12.1.0.2
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
...
Deploy OGG engine
ogg$
mkdir backup
mv *.zip ./backup/
cd backup
unzip 191002_fbo_ggs_Linux_x64_shiphome.zip
vi fbo_ggs_Linux_x64_shiphome/Disk1/response/oggcore.rsp
...
INSTALL_OPTION=ORA12c
START_MANAGER=false
SOFTWARE_LOCATION=/home/ogg
INVENTORY_LOCATION=/oragrid/oraInventory
...
cd /home/ogg/backup/fbo_ggs_Linux_x64_shiphome/Disk1
./runInstaller -silent -nowait -responseFile /home/ogg/backup/fbo_ggs_Linux_x64_shiphome/Disk1/response/oggcore.rsp
Execute ggsci
[ogg@node1 ~]$ ggsci
Oracle GoldenGate Command Interpreter for Oracle
Version 19.1.0.0.2 OGGCORE_19.1.0.0.0_PLATFORMS_190823.0013_FBO
Linux, x64, 64bit (optimized), Oracle 12c on Aug 23 2019 20:05:42
Operating system character set identified as UTF-8.
Copyright (C) 1995, 2019, Oracle and/or its affiliates. All rights reserved.
GGSCI (node1.localdomain) 1> info all
Program Status Group Lag at Chkpt Time Since Chkpt
(Optional) deinstallation
./runInstaller -silent -deinstall REMOVE_HOMES={"/home/ogg"}