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 Configuring the DataServer for instructions to configure and use the DataServer executables.