Replacing your default server executable
1. Make a backup copy of the original executable, if one exists. For example:
cp $DLC/bin/_orasrv $DLC/bin/_orasrv.orig
|
2. Copy the newly built executable into your installed bin directory. For example:
cp $DLC/oebuild/_orasrv $DLC/bin/_orasrv
|
3. Change permissions on the newly created executable to include the Set UID bit. For example:
chmod u+s $DLC/bin/_orasrv
|
4. Define the environment variable ORASRV to your executable. For example:
ORASRV=$DLC/bin/_orasrv
export ORASRV
|