Try OpenEdge Now
skip to main content
DataServer for Oracle
Building DataServer Executables : Building executables for the UNIX Client : Identifing your new executable with an environment variable and without relocating
 

Identifing your new executable with an environment variable and without relocating

:
1. Define the environment variable PROEXE. For example:
PROEXE=$DLC/oebuild/orarx
export PROEXE
2. Change permissions on the newly created executable to include the Set UID bit. For example:
chmod u+s $DLC/oebuild/orarx