Try OpenEdge Now
DataServer for Oracle
Building DataServer Executables
:
Building executables for the UNIX Host
:
Identifying your new executable with an environment variable and without relocating
Identifying your new executable with an environment variable and without relocating
1.
Define the environment variable
ORASRV
. For example:
ORASRV=$DLC/oebuild/_orasrv
export ORASRV
2.
Change permissions on the newly created executable to include the Set UID bit. For example:
chmod u+s $DLC/oebuild/_orasrv
Note:
Once you create your executables, see
Configuringthe DataServer
for instructions to configure and use the DataServer executables.