Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
appendix:reference:envvar:reserved [2011/03/15 18:59]
els
appendix:reference:envvar:reserved [2016/06/28 22:38] (current)
Line 52: Line 52:
  
 == TMPDIR == == TMPDIR ==
-TMPDIR points to a directory where Omnidex temporary files are built. ​This variable ​is not Omnidex-specific on UNIXbut is not frequently ​used on Microsoft Windows.+TMPDIR points to a directory where Omnidex temporary files are built. ​On UNIX, this system ​variable ​governs the directory for temporary files for all process, ​not just Omnidex; howeverthis variable ​is not commonly ​used on Microsoft Windows. ​ Omnidex uses this variable on both UNIX and Microsoft Windows.
  
 It is recommended that TMPDIR be set to a directory with plenty of available disk space, especially when building Omnidex indexes. ​ It is also recommended that TMPDIR be placed on a separate drive, and preferably a separate disk controller, from the underlying data and the Omnidex index files. It is recommended that TMPDIR be set to a directory with plenty of available disk space, especially when building Omnidex indexes. ​ It is also recommended that TMPDIR be placed on a separate drive, and preferably a separate disk controller, from the underlying data and the Omnidex index files.
Line 132: Line 132:
   set ODXSQLINIT=d:​\class\.odxsqlinit"​   set ODXSQLINIT=d:​\class\.odxsqlinit"​
  
-== ODXSQLHISTORY ​==+== ODXSQLHIST ​==
  
-The ODXSQLHISTORY ​variable points to a [[programs:​odxsql:​history|history file]] used by the OdxSQL Program. ​ This history file contains statements that have been run in the OdxSQL program. ​ Note that if multiple sessions point to the same file, their statements will all be written to the same file.  ​+The ODXSQLHIST ​variable points to a [[programs:​odxsql:​history|history file]] used by the OdxSQL Program. ​ This history file contains statements that have been run in the OdxSQL program. ​ Note that if multiple sessions point to the same file, their statements will all be written to the same file.  ​
  
   UNIX   UNIX
-  export ​ODXSQLINIT="/​class/​.odxsql_history"​+  export ​ODXSQLHIST="/​class/​.odxsql_history"​
  
   Windows   Windows
-  set ODXSQLINIT=d:​\class\.odxsql_history"​+  set ODXSQLHIST=d:​\class\.odxsql_history"​
  
  
 
Back to top
appendix/reference/envvar/reserved.1300215598.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)