gg_init()
######################################################
# These variables should be set prior to setup
######################################################
{
# GoldenGate version
ggver="12.3"
# OGG_HOME=$GGS_HOME
# export DBFS_MNT=/dbfs
# This is the name of the goldengate zip file
ggflnm="123010_fbo_ggs_Linux_x64_shiphome.zip"
# This is the name of the directory GoldenGate software is stored
ggdir="/ora01/software/gg123/"
# This is the XAG version
xagver="8.1b"
# This is the name of the directory where the XAG software is stored
xagdir="/ora01/software/xag81b/"
# This is the name of the xag zip file
xagflnm="xagpack81b.zip"
# Read the GG environment files
. ./ggoraenv.env
# Show the variable status
gg_init_dbrd
}