Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section contains information that is specific to the database type TimesTen.

Supported Functions

  The TimesTen database can be used with:

...

Note
titleNote!

When storing a date MIM value in TimesTen, do not use the DATE column type. Instead, use the TIMESTAMP type.

Preparations

The TimesTen Client must be installed on every host (Platform or Execution Context instance) that is connected to a TimesTen data source through .

...

Info
titleExample - $TT_HOME is set to the path where TimesTen is installed


Code Block
languagetext
themeEclipse
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$TT_HOME/tt70/lib


Performance Tuning

In order to use the direct driver, you must install TimesTen on the Execution Context hosts. By doing so you improve performance.

...