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
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
No comments:
Post a Comment