René Nyffenegger's collection of things on the web | |
René Nyffenegger on Oracle - Most wanted - Feedback
- Follow @renenyffenegger
|
Environment variables for Oracle | ||
NLS_LANG
NLS_LANG has the following format:
LANGUAGE_TERRITORY.CHARACTERSET . See also
nls_language.
LANGUAGE controls the language of messages, as well as the day and month names. It also influences the sort behavior.
A LANGUAGE has a default TERRITORY and CHARACTERSET assigned with it, so it is possible to only assign a LANGUAGE to NLS_LANG.
TERRITORY controls the default date format, the decimal character and group seperator.
ORACLE_BASEORACLE_HOME
The environment variable points to teh oracle_home directory.
Under Windows, usually the ORACLE_HOME is pointed at through the registry.
ORACLE_SID
Name of the SID.
TNS_ADMIN
This variable should point to the directory in which the tnsnames.ora file is located.
ORA_NLS
|