Goldengate has been installed in Oui mode since the 12c version, but in many cases the operating system is not graphical, in which case it can be silently installed, as follows:
1. Upload ogg 12.1.2.1.0 Media
2. Decompression Media
Unzip V46695-01.zip
3. Configure automatic answer File
A silent installation requires an automatic answer file, located in the media directory just extracted, as follows:
[Oracle@rac1 software]$ CD fbo_ggs_linux_x64_shiphome/disk1/response/
[Oracle@rac1 response]$ ls
Oggcore.rsp
This oggcore.rsp is a silent installation of the configuration template, according to the template modified.
[Oracle@rac1 response]$ Cat OGGCORE.RSP
####################################################################
# # Copyright (c) Oracle Corporation 2014. All rights reserved. ##
## ##
# # Specify values for the variables listed below to customize # #
# # Your installation. ##
## ##
# # Each variable are associated with a comment. The comment # #
# # can help-populate the variables with the appropriate # #
# # values. ##
## ##
# # IMPORTANT Note:this file should is secured to have read # #
# # permission only by the Oracle user or a administrator who #
# # own This installation to protect any sensitive input values. ##
## ##
####################################################################
#-------------------------------------------------------------------------------
# do don't change the following system generated value.
#-------------------------------------------------------------------------------
Oracle.install.responsefileversion=/oracle/install/rspfmt_ogginstall_response_schema_v12_1_2
Do not modify this value
################################################################################
## ##
# # Oracle goldengate installation option and details #
## ##
################################################################################
#-------------------------------------------------------------------------------
# Specify the installation option.
# Specify ORA12C for installing Oracle Goldengate for Oracle Database 12c and
# ora11g for installing Oracle Goldengate for Oracle Database 11g
#-------------------------------------------------------------------------------
install_option=ora11g
Select ora12c or ora11g depending on whether the system is 12c or 11g
#-------------------------------------------------------------------------------
# Specify a location to install Oracle Goldengate
#-------------------------------------------------------------------------------
Software_location=/goldengate
Write the Goldengate installation directory
#-------------------------------------------------------------------------------
# Specify TRUE to start the manager after installation.
#-------------------------------------------------------------------------------
Start_manager=false
Whether to automatically start the MGR process after the configuration is complete, select True, or select False
#-------------------------------------------------------------------------------
# Specify a free port within the valid range for the manager process.
# Required only if Start_manager is true.
#-------------------------------------------------------------------------------
manager_port=
Add when Start_manager is true, select MGR Boot port number
#-------------------------------------------------------------------------------
# Specify the location of the Oracle Database.
# Required only if Start_manager is true.
#-------------------------------------------------------------------------------
database_location=
Add when Start_manager is true, write the value of $oracle_home
################################################################################
## ##
# # Specify details to Create inventory for Oracle installs # #
##
## ##
################################################################################
If you have not installed other Oracle products before installing Goldengate, then fill out the following two parameters
#-------------------------------------------------------------------------------
# Specify the location which holds install files.
# This is a optional parameter if installing on
# Windows based operating System.
#-------------------------------------------------------------------------------
inventory_location=
Specifies the location of the inventory directory, which is an optional parameter when using the Windows operating system.
#-------------------------------------------------------------------------------
# Unix group to is set for the inventory directory.
# This parameter isn't applicable if installing on
# Windows based operating System.
#-------------------------------------------------------------------------------
Unix_group_name=
Specify a group that Windows system does not need to write
4. Start Silent Installation
./runinstaller-silent-responsefile/software/fbo_ggs_linux_x64_shiphome/disk1/response/oggcore.rsp
Start installation After
An installation log is prompted,
You can find the log of this install sessions at:
/oracle/app/orainventory/logs/installactions2016-07-08_11-26-16am.log
You can use Tail-100f/oracle/app/orainventory/logs/installactions2016-07-08_11-26-16am.log to view the installation
When the installation is complete, the installation command execution page outputs the following:
The installation of Oracle Goldengate Core was successful.
Please check the '/oracle/app/orainventory/logs/silentinstall2016-07-08_11-26-16am.log ' for more details.
Successfully Setup Software.
5. Go to goldengate directory to create subdirectories
Ggsci (RAC1) 2> Create Subdirs
Creating subdirectories under current Directory/goldengate
Parameter Files/goldengate/dirprm:already exists
files/goldengate/dirrpt:created
Checkpoint files/goldengate/dirchk:created
Process Status files/goldengate/dirpcs:created
SQL Script files/goldengate/dirsql:created
Database Definitions files/goldengate/dirdef:created
Extract Data files/goldengate/dirdat:created
Temporary files/goldengate/dirtmp:created
Credential Store files/goldengate/dircrd:created
Masterkey Wallet Files/goldengate/dirwlt:created
Dump files/goldengate/dirdmp:created
This goldengate12c silent installation is complete