Collection Contents Index ODBCINI and ODBC_INI environment variables [Unix] Next PDF

SQL Anywhere® Server - Database Administration  > SQL Anywhere Environment Variables  > Introduction to SQL Anywhere environment variables

PATH environment variable


Specifies the locations of directories containing SQL Anywhere executables.

Syntax

PATH=path-list

Default

Note: the following paths are only added if the corresponding component is installed.

Operating systemDefault location
Windows 32-bitC:\Program Files\SQL Anywhere 10\win32
Windows ia64/ItaniumC:\Program Files\SQL Anywhere 10\ia64
Windows x64C:\Program Files\SQL Anywhere 10\x64
WindowsC:\Program Files\SQL Anywhere 10\Sybase Central 5.0.0\win32
Mac OS X/Applications/SQLAnywhere10/System/bin32
/Applications/SQLAnywhere10/System/sybcentral500
/Applications/SQLAnywhere10/System/openserver/OCS-15_0
AIX (32-bit)/usr/lpp/sqlanywhere10/bin32
AIX (64-bit)/usr/lpp/sqlanywhere10/bin64
AIX (all platforms)usr/lpp/sqlanywhere10/openserver/OCS-15_0/bin
Other Unix operating systems (32-bit)/opt/sqlanywhere10/bin32
Other Unix operating systems (64-bit)/opt/sqlanywhere10/bin64
All other Unix operating systems/opt/sqlanywhere10/sybcentral500
/opt/sqlanywhere10/openserver/OCS-15_0/bin
Remarks

On Windows, the PATH environment variable is modified by the installer to include the directories where SQL Anywhere executables are located.

On Unix, the sa_config.sh and sa_config.csh files, created by the installer, are scripts that create or alter this and other environment variables.

See also

Collection Contents Index ODBCINI and ODBC_INI environment variables [Unix] Next PDF