5.2.1.1 About the System.env File

Table 5-3 OFSBD Environment Variables in system.env File

Variable Description
KDD_HOME Install path of the Oracle software.
KDD_PRODUCT_HOME Install path of the solution set. This is a directory under KDD_HOME.

Table 5-4 Database Environment Variables in system.env File

Variable Environment Description
ORACLE_HOME Oracle

Identifies the base directory for the Oracle binaries. You must include:

  • $ORACLE_HOME and $ORACLE_HOME/bin in the PATH environment variable value.
  • $ORACLE_HOME/lib in the LD_LIBRARY_PATH environment variable value.
ORACLE_SID Oracle Identifies the default Oracle database ID/name to which the application connects.
TNS_ADMIN Oracle Identifies the directory for the Oracle network connectivity, typically specifying the connection information (SID, Host, Port) for accessing Oracle databases through SQL*NET.

Table 5-5 Operating System Environment Variables in system.env File

Variable Description
PATH

Augmented to include <OFSAAI Installed Directory>/ behavior_detection/algorithms/MTS/bin and the $ORACLE_HOME,$ORACLE_HOME/bin pair(for Oracle).

LD_LIBRARY_PATH, LIBPATH,

SHLIB_PATH (based on operating system)

Augmented to include <OFSAAI Installed Directory>/ behavior_detection/algorithms/MTS/lib and $ORACLE_HOME/lib (for Oracle)

Note:

To support C++ binaries which are built for 12c , create a symbolic link inside the $ORACLE_HOME/lib folder as follows:
$ cd $ORACLE_HOME/lib
$ ln -s libclntsh.so.18.1
libclntsh.so.12.1