5 Oracle GoldenGate Programs
This chapter describes the programs issued directly from the native command line of the Linux, UNIX, or Windows platforms.
defgen
:
-
OGG_HOME
: Full path of the Oracle GoldenGate installation. Example:export OGG_HOME=/u01/ogg
-
OGG_VAR_HOME
: Path of the deployment'svar
directory. Example:export OGG_VAR_HOME=/u02/ogg/deployments/ora/var
-
ODBCSYSINI
: Valid for SQL Server. Provide the path to the included Microsoft driver supplied by Oracle GoldenGate. This path is themsodbc
folder of the Oracle GoldenGate installation. Example:export ODBCSYSINI=$OGG_HOME/msodbc
-
ODBCINST
: Valid for PostgreSQL. Provide the path of the included Oracle GoldenGate driver'sodbcinst.ini
file located in thedatadirect
folder of the Oracle GoldenGate installation. Example:export ODBCINST=$OGG_HOME/datadirect/odbcinst.ini
-
ODBCINI
: When using a DSN for connectivity to databases such as PostgreSQL or SQL Server, set this variable to the full path of theodbc.ini
file that contains the DSN entry. Example:export ODBCINI=/u02/ogg/deployments/mssql/odbc.ini