Installing Oracle GoldenGate Software
Install Oracle GoldenGate software on both the source and target. This section describes the silent installation method. See the Oracle GoldenGate documentation for GUI installation. With the silent installation method, you specify your installation choices in a file called a response file, then run a command to perform the installation without further interaction.
-
Download the software to a temporary staging location.
-
Review the response file sample and make any necessary changes for your environment.
The software will be installed in the directory specified as SOFTWARE_LOCATION. This documentation refers to the installation location as OGG_HOME.
#################################################################### ## Copyright(c) Oracle Corporation 2020,2022. All rights reserved.## ## ## ## Specify values for the variables listed below to customize ## ## your installation. ## ## ## ## Each variable is associated with a comment. The comment ## ## can help to populate the variables with the appropriate ## ## values. ## ## ## ## IMPORTANT NOTE: This file should be secured to have read ## ## permission only by the oracle user or an administrator who ## ## own this installation to protect any sensitive input values. ## ## ## #################################################################### #------------------------------------------------------------------------------- # Do not change the following system generated value. #------------------------------------------------------------------------------- oracle.install.responseFileVersion=/oracle/install/rspfmt_ogginstall_response_schema_v23_1_0 ################################################################################ ## ## ## Oracle GoldenGate installation option and details ## ## ## ################################################################################ #------------------------------------------------------------------------------- # Specify the installation option. # Specify ora23ai for installing Oracle GoldenGate for Oracle Database 23ai and lower supported versions #------------------------------------------------------------------------------- INSTALL_OPTION=ora23ai #------------------------------------------------------------------------------- # Specify a location to install Oracle GoldenGate #------------------------------------------------------------------------------- SOFTWARE_LOCATION=/scratch/gg23ai/gg_home ################################################################################ ## ## ## Specify details to Create inventory for Oracle installs ## ## Required only for the first Oracle product install on a system. ## ## ## ################################################################################ #------------------------------------------------------------------------------- # Specify the location which holds the install inventory files. # This is an optional parameter if installing on # Windows based Operating System. #------------------------------------------------------------------------------- INVENTORY_LOCATION=/srv/dpk/oracle #------------------------------------------------------------------------------- # Unix group to be set for the inventory directory. # This parameter is not applicable if installing on # Windows based Operating System. #------------------------------------------------------------------------------- UNIX_GROUP_NAME=oinstall -
Enter this command to install using the response file oggcore.rsp.
/scratch/stage/runInstaller -silent -showProgress -responseFile /scratch/stage/response/oggcore.rsp