Most of the customer and Env. not using GUI based installation so here i'm giving you small demonstration to installing Oracle goldengate 12c silent installation.
For GUI based. run simply ./runInstaller and pass require parameters according to you env.
Below the steps for silent installations.
=====================
-Software Location of GG
=====================
/u01/fbo_ggs_Linux_x64_shiphome/Disk1/response
oggcore.rsp ----> response file
less oggcore.rsp | grep oracle.install.responseFileVersion
==================================
-Below the parameters update in response file
==================================
oracle.install.responseFileVersion=/oracle/install/rspfmt_ogginstall_response_schema_v12_1_2
INSTALL_OPTION=ORA12c
SOFTWARE_LOCATION=/oracle/gg
START_MANAGER=true
MANAGER_PORT=7809
DATABASE_LOCATION=/u01/app/oracle/product/12.1.0/dbhome_1
INVENTORY_LOCATION=/u01/app/oraInventory
UNIX_GROUP_NAME=oinstall
$ ./runInstaller -silent -responseFile /home/oracle/ggresp.rsp
==================
-Inventory Verification
==================
You can confirm the installation of GoldenGate by simply looking at the Oracle inventory.
The inventory file is located at /u01/app/oraInventory/ContentsXML
-bash-3.2$ less inventory.xml | grep -i gg
<HOME NAME="OraHome15" LOC="/u01/app/ogg" TYPE="O" IDX="28"/>
Reference :
Oracle 11g GoldenGate Installation
https://oraclegurukul.blogspot.com/2015/01/oracle-11g-goldengate-installation.html
For GUI based. run simply ./runInstaller and pass require parameters according to you env.
Below the steps for silent installations.
=====================
-Software Location of GG
=====================
/u01/fbo_ggs_Linux_x64_shiphome/Disk1/response
oggcore.rsp ----> response file
less oggcore.rsp | grep oracle.install.responseFileVersion
==================================
-Below the parameters update in response file
==================================
oracle.install.responseFileVersion=/oracle/install/rspfmt_ogginstall_response_schema_v12_1_2
INSTALL_OPTION=ORA12c
SOFTWARE_LOCATION=/oracle/gg
START_MANAGER=true
MANAGER_PORT=7809
DATABASE_LOCATION=/u01/app/oracle/product/12.1.0/dbhome_1
INVENTORY_LOCATION=/u01/app/oraInventory
UNIX_GROUP_NAME=oinstall
$ ./runInstaller -silent -responseFile /home/oracle/ggresp.rsp
==================
-Inventory Verification
==================
You can confirm the installation of GoldenGate by simply looking at the Oracle inventory.
The inventory file is located at /u01/app/oraInventory/ContentsXML
-bash-3.2$ less inventory.xml | grep -i gg
<HOME NAME="OraHome15" LOC="/u01/app/ogg" TYPE="O" IDX="28"/>
Reference :
Oracle 11g GoldenGate Installation
https://oraclegurukul.blogspot.com/2015/01/oracle-11g-goldengate-installation.html
No comments:
Post a Comment