...
The TimesTen Client must be installed on every host (Platform or Execution Context instance) that is connected to a TimesTen data source through .
- Place the ttjdbc6ttjdbc11.jar file in the
$MZ_HOME/3pp directory
. Include TimesTen library to Java library path
Code Block title Setting Java library path to include TimesTen library vi $MZ_HOME/common/config/cell/default/master/cell.conf # Update existing property value as below java.library.path="$TIMESTEN_HOME/install/lib"
Topo activate changes
Code Block title Topo activate mzsh topo activate --allow-disconnected
- Restart the Platform and EC/ECSAs for the change to take effect.
Additionally, the LDTIMESTEN_LIBRARY_PATHHOME
variable in the shell from which you launch the Platform or Execution Context instance, should include the path to the TimesTen Client native library.
Info | |||||||
---|---|---|---|---|---|---|---|
| |||||||
|
Performance Tuning
In order to use the direct driver, you must install TimesTen on the Execution Context hosts. By doing so you improve performance.
...