Relocating Oracle Clinical

If you move your Oracle Clinical installation, you must edit the location references in one or more files, according to your server platform. See Setting Environment Variables on the Command Line

UNIX

In the file oc/code_environment/psub/launchps.sh, modify the directory reference in this section:

p1=$1; export p1;
p2=$2; export p2;
. /pharm/home/opapps/oc/code_environment/bin/opa_setup
USERNAME=$5; export USERNAME;

In the file bin/opa_setup, modify the directory reference in this section:

if [ ${OPA_BIN:-0} = 0 ]
then
  OPA_BIN=/pharm/home/opapps/oc/code_environment/inst/bin
fi

Windows

Edit the file oc/code_environment/psub/launchps.bat.