Try OpenEdge Now
skip to main content
DataServer for Oracle
Building DataServer Executables : Building executables for the UNIX Client : Replacing your default client executable:
 

Replacing your default client executable:

1. Make a backup copy of the original executable. For example:
cp $DLC/bin/_progres $DLC/bin/_progres.orig
2. Copy the newly built executable into your installed bin directory. For example:
cp $DLC/oebuild/orarx $DLC/bin/_progres
3. Change permissions on the newly created executable to include the Set UID bit. For example:
chmod u+s $DLC/bin/_progres