; ======================================================================== ; ========= Dynamic Information Systems Corporation ========== ; ======= ODXAIM - Omnidex Automatic Index Manager startup ======== ; ======= configuration file ======== ; ======================================================================== ; OMNIDEX Kernel version 3.7 ; ======================================================================== ; This file lets you configure ODXAIM functionality. ; Required entries have default settings applied. Other settings can be ; enabled by removing leading semicolon (;) and modifying as necessary. ; ======================================================================== [General] ; ======================================================================= ; Required. Contains settings used to configure OdxAIM functionality ;EnvironmentFile=/usr/data/oracle/oa/orders.env (Unix example) EnvironmentFile=C:\DOCSAMPLES\orders\ssv\orders.env (WinNT example) ; Specifies the OA Environment file that OdxAIM will maintain indexes for SleepStepInterval=2 MaxSleepSeconds=20 MinSleepSeconds=2 ; To use a stepping approach in polling odxtrans table, set ; SleepStepInterval to non-zero value, usually 2 seconds. ; After unsuccessful poll of odxtrans table (table empty), ; add last sleepinterval by SleepStepInterval for next ; sleep interval up to the maximum. SleepInterval=2 ; Specifies fixed amount of time that OdxAIM sleeps before checking for ; more Omnidex Indexing transactions. ; This entry is ignored if SleepStepInterval is set to non-zero value. SkipLogging=0 ; Allows disabling of Logging ; 1 = Prevents Log records from being posted to odxaim_log ; 0 = allows Log records to be posted to odxaim_log ColumnListSeparator=~ ; Configurable character used to delimit the column list in the transaction DataValuesSeparator=^ ; Configurable charactor used to delimit each columns' data values