You are on page 1of 3

ORACLE GOLDEN GATE 18C

Silent Installation 18c GG for 12c database

Ravindra Malwal 3/28/20 Source: oracle University


➢ Below are the steps of silent installation 18c GG for 12c database.

1. Go to folder where unzip 18c software and find the response file and take backup of
original response file.
[oracle@GGnode1 Disk1]$ find . -name oggcore.rsp

2. specify the values of below parameters in oggcore.rsp

SOFTWARE_LOCATION=/u01/ggs/ 18.1.0.0.0/
START_MANAGER=true
MANAGER_PORT=7809
DATABASE_LOCATION=/u01/app/oracle/product/12.2.0/dbhome_1
INVENTORY_LOCATION=/u01/ggs
UNIX_GROUP_NAME=oracle

3. execute the runInstaller with silent command.


[oracle@GGnode2 Disk1]$ ./runInstaller -silent -nowait -responseFile
/u01/fbo_ggs_Linux_x64_shiphome/Disk1/response/oggcore.rsp

Starting Oracle Universal Installer...


Checking Temp space: must be greater than 120 MB. Actual 25763 MB
Passed
Checking swap space: must be greater than 150 MB. Actual 4965 MB
Passed
Preparing to launch Oracle Universal Installer from
/tmp/OraInstall2020-03-04_10-35-20PM. Please wait ...[oracle@GGnode2
Disk1]$ You can find the log of this install session at:
/u01/app/oraInventory/logs/installActions2020-03-04_10-35-20PM.log
The installation of Oracle GoldenGate Core was successful.
Please check '/u01/app/oraInventory/logs/silentInstall2020-03-04_10-
35-20PM.log' for more details.
Successfully Setup Software.

4. Validation
[oracle@GGnode2 Disk1]$ cd /u01/ggs/ 18.1.0.0.0/
[oracle@localhost 18.1.0.0.0]$ ./ggsci

Oracle GoldenGate Command Interpreter for Oracle


Version 18.1.0.0.0 OGGCORE_18.1.0.0.0_PLATFORMS_180928.0432_FBO
Linux, x64, 64bit (optimized), Oracle 12c on Sep 29 2018 04:22:21
Operating system character set identified as UTF-8.

Copyright (C) 1995, 2018, Oracle and/or its affiliates. All rights
reserved.
GGSCI (localhost.localdomain) 1>

GGSCI (GGnode2.example.com) 1> info all


Program Status Group Lag at Chkpt Time Since Chkpt
MANAGER RUNNING
GGSCI (GGnode2.example.com) 2>

You might also like