Oracle7 Server Reference Manual
Specifying Language-Dependent Behavior
This section discusses the parameters that specify language-dependent operation. You can set language-dependent behavior defaults for the server and set language dependent behavior for the client that overrides these defaults.
Most NLS parameters can be used in three ways
- As initialization parameters to specify language-dependent behavior defaults for the server.
For example, in your INIT.ORA file, include
NLS_TERRITORY = FRANCE
- As environment variables on client machines to specify language-dependant behavior defaults for a session. These defaults override the defaults set for the server.
For example, on a UNIX system
setenv NLS_TERRITORY FRANCE
ALTER SESSION SET NLS_TERRITORY = FRANCE
The following NLS parameters can be initialization parameters, environment variables, and ALTER SESSION parameters:
The following parameters can be specified as initialization parameters and ALTER SESSION parameters, but not as environment variables:
For more information on these parameters, see "NLS Parameters" and "Specifying Default Language-Dependent Behavior" .
The following NLS parameters can only be set as environment variables:
The NLS_SPECIAL_CHARS parameter can only be set as an initialization parameter.
For more information on these parameters, see "NLS Parameters" .
For additional information on NLS_DISPLAY, see "NLS_TERRITORY Parameter" .
For additional information on NLS_LANG, see "Specifying Language-Dependent Behavior for a Session" .