109.22. Oracle OCI (im_oci)
This module can read input from an Oracle database.
Warning
|
This module is deprecated, please use the im_odbc module instead. |
109.22.1. Configuration
The im_oci module accepts the following directives in addition to the common module directives. The DBname, Password, and UserName directives are required.
- DBname
-
Name of the database to read the logs from.
- Password
-
Password for authenticating to the database server.
- UserName
-
Username for authenticating to the database server.
- ORACLE_HOME
-
This optional directive specifies the directory of the Oracle installation.
- SavePos
-
This boolean directive specifies that the last row ID should be saved when NXLog exits. The row ID will be read from the cache file upon startup. The default is TRUE: the row ID is saved if this directive is not specified. Even if SavePos is enabled, it can be explicitly turned off with the global NoCache directive.