Variable
|
How to set it
|
DLC(Required)
|
The path name of the directory where you installed OpenEdge.
|
DLCDB(Optional)
|
The path name of the directory where your databases reside.
|
DSLOGDIR(Optional)
|
The pathname of the log file that OpenEdge uses to keep track of DataServer processes and error messages.
|
NLS_LANG(Optional)
|
National language support variable. To ensure full Unicode compatibility, set to NLS_LANG=.AL32UTF8 on the system where the Oracle DataServer and Oracle OCI client libraries reside. When setting this variable, you must use the dot (.) notation.
|
ORACLE_HOME(Required)
|
The path name of the directory where you installed Oracle.
|
ORACLE_SID(Optional)
|
The identifier for the Oracle instance you are accessing.
|
ORASOPATHNAME(Optional)
|
The complete file specification of the Oracle client shared library.
|
ORASRV(Optional)
|
The path name to the executable of the Oracle DataServer. Set it to the DataServer executable you want to run: %DLC%\bin\_orasrv.exe (in Windows), $DLC/bin/_orasrv (on UNIX) or one you created with the OEBuild files provided in the oebuild directory.
|
ORAVERSION(Optional)
|
The version of Oracle you are accessing (8, 9, or 10. Version 8 is the default). Set this environment variable when you are upgrading a DataServer application to Oracle 8.
|
PROBRKR(Optional)
|
The path name to the executable of the broker.
|
PROEXE(Optional)
|
The path name of the OpenEdge client executable. After setting this variable, you can run a customized executable (by default, _progres on UNIX) by entering pro at the system prompt.
|
TNS_ADMIN(Optional)
|
The pathname of the directory where listener.ora and tnsnames.ora configuration files are found for the server. Or for the client, where the tsnames.ora file is found.
|