4.2.1 Setting Environment Variables

Environment variables are set up during the installation process. These generally do not require modification thereafter.

All Behavior Detection scripts and processes use the system.env file to establish their environment.

About the system.env File

The following table describes environment variables in the system.env file.

Table 4-3 Environment Variables in system.env File

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

The following table describes database environment variables in the system.env file.

Table 4-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.

The following table shows operating system variables in the system.env file.

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

Variable Description
PATH

Augmented to include $KDD_HOME/bin and the $ORACLE_HOME, $ORACLE_HOME/bin pair(for Oracle).

LD_LIBRARY_PATH, LIBPATH,

SHLIB_PATH (based on operating system)

Augmented to include $KDD_HOME/liband$ORACLE_HOME/lib (for Oracle)