As we know installation of Oracle Goldengate is very easy with GUI mode. In this article we will look at Oracle GoldenGate 12c silent install.

Preparing the Response File

we can create our response file and save it with ggs.rsp

oracle.install.responseFileVersion=/oracle/install/rspfmt_ogginstall_response_schema_v12_1_2

INSTALL_OPTION=ORA12c
SOFTWARE_LOCATION=/u01/app/oracle/ggs
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

Installing GoldenGate

After creating the response the file , now we need to invoke runinstaller in silent mode.

[oracle@host01 ~]$ ./runInstaller -silent -responseFile /home/oracle/ggs.rsp
Starting Oracle Universal Installer...

Checking Temp space: must be greater than 120 MB. Actual 29833 MB Passed
Checking swap space: must be greater than 150 MB. Actual 4031 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-12-06_10-48-53PM.

Please wait ...

The installation of Oracle GoldenGate Core was successful.

Please check '/u01/app/oraIventory/logs/silentInstall2013-12-06_10-48-53PM.log' for more details.

Successfully Setup Software.

[oracle@host01 ~]$
Post Installation

After the installation is done,  On thing we need to CREATE SUBDIRS manually.

Thanks for reading the article.

In the next article we can apply latest PSU on Oracle GoldenGate.

Comments

  1. Naresh

    Hi Skant Sir,

    Can you pl describe, following parameter usage which mentioned in response file ::

    oracle.install.responseFileVersion=/oracle/install/rspfmt_ogginstall_response_schema_v12_1_2

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.