Oracle TimesTen Software Installation
The Oracle TimesTen Client needs to be installed on the server where Oracle GoldenGate is going to be installed. If Oracle GoldenGate is installed on the Oracle TimesTen database server, then the required components are already available. However, if you are installing Oracle GoldenGate on a hub server, then you must separately install the Oracle TimesTen Client.
In both cases you will need to configure the ODBC connection information.
For Linux platforms there is only one TimesTen software distribution that provides both server and client components. To download the Oracle TimesTen Software, visit:
https://www.oracle.com/database/technologies/timesten-downloads.html
LD_LIBRARY_PATH
variable:
-
Download the TimesTen Scaleout and TimesTen Classic/Cache 18.x for Linux x86 (64-bit) build.
-
Extract the Oracle TimesTen installation files to the designated location, based on the instructions provided in Oracle TimesTen In-Memory Database Installation Guide.
-
Set the
LD_LIBARY_PATH
system variable to include the TimesTen installation’slib
directory. This system variable must be set to install and run Oracle GoldenGate. Example:export LD_LIBRARY_PATH=/installpath/tt18.1.2.2.0/lib:$LD_LIBRARY_PATH