ASA Database Administration Guide
File Locations and Installation Settings
Environment variables
The way you set an environment variable depends on the operating system you are using.
To set an environment variable (Windows NT)
Right-click My Computer and choose Properties from the popup menu.
Click the Environment tab. If the environment variable does not already exist, type variable and its value in the spaces provided, and click Set.
If the variable does exist, select it from the list of System Variables or User Variables, and make any modifications in the Value field. Click Set to make the setting.
To set an environment variable (Windows 2000)
Right-click My Computer and choose Properties from the popup menu.
Click the Advanced tab.
Click the Environment Variables button. The Environment Variables dialog opens. If the environment variable does not already exist, click New and type the variable name and its value in the spaces provided, and then click OK.
If the variable does exist, select it from the list of System Variables or User Variables, click Edit and make any modifications in the Variable Value field. Click OK to make the setting.
To set an environment variable (UNIX)
In one of your startup files (.cshrc, .shrc, .login), add a line that sets the variable.
In some shells (such as sh, bash, or ksh) the line is as follows:
export VARIABLE=value
In other shells (such as csh, or tsch) the line is as follows:
setenv VARIABLE value