Showing posts with label oracle goldengate 19c installation on linux for oracle.. Show all posts
Showing posts with label oracle goldengate 19c installation on linux for oracle.. Show all posts

Tuesday, 26 May 2020

goldengate 19.1.0.0.4 installation for oracle

goldengate 19.1.0.0.4 installation for oracle.


1. Download file below.

191004_fbo_ggs_Linux_x64_shiphome.zip

2. After unzip, you will get the file 191004_fbo_ggs_Linux_x64_shiphome

3. update response file.
[oracle@localhost opt]$ cd /opt/191004_fbo_ggs_Linux_x64_shiphome/Disk1/response

vi oggcore.rsp

INSTALL_OPTION=ORA12C    /* this parameter indicates database version, ORA12C is for oracle 12c if DB version is 19c value should be ORA19C, Refer response file. */
SOFTWARE_LOCATION=/u01/app/oracle/products/ogg19
START_MANAGER=NO
DATABASE_LOCATION=/u01/app/oracle/product/12.2.0/dbhome_1
INVENTORY_LOCATION=/u01/app/oraInventory
UNIX_GROUP_NAME=oinstall

4. Install in silent mode.
[oracle@localhost Disk1]$ ./runInstaller -silent -nowait -responseFile /opt/191004_fbo_ggs_Linux_x64_shiphome/Disk1/response/oggcore.rsp