Install the Oracle Clinical Database Server
This section describes how to install and set up the Oracle Clinical database server.
The Installer performs the following operations:
- Creates the Oracle Clinical directory structure (see Oracle Clinical Database Server Directory Structure for UNIX for details)
- Installs the Oracle Clinical database server
- Builds the executables
- Sets permissions on the directories
- Creates the environment setup files
- Modifies the environment setup files
- Creates the Oracle Wallet to store credentials for OCPSUB and RXC_DISC_REP
- Creates the directory for storing the SAS files
In this section:
- Gather Required Information
- Prepare to Install the Oracle Clinical Database Server Software
- Install the Oracle Clinical Database Server Software
- Save the Installation Information
- Review the Installation Log Files
- Oracle Clinical Database Server Directory Structure for UNIX
- Remove Group Privileges from this Session
Parent topic: Install Oracle Clinical Database Components on UNIX
Gather Required Information
Have the following information ready to enter in the Installer:
Parent topic: Install the Oracle Clinical Database Server
Prepare to Install the Oracle Clinical Database Server Software
Parent topic: Install the Oracle Clinical Database Server
Install the Oracle Clinical Database Server Software
- Log in to the server computer using the opapps account.
- In the staging area, locate the directory where you downloaded Oracle Clinical (see Download the Software) and extract the .zip file if you have not already done so.
Note:
If you are installing on Oracle Database 12c, use the 12c installer. If you are installing on Oracle Database 19c, use the 19c installer - Navigate to this location:
server_code_
platform
\Disk1\install
- Change protections on all files to
755
:chmod 755 *
- Run one of the following commands, depending on whether or nor you are using Oracle Real Application Cluster (RAC):
- For a non-RAC installation:
./runInstaller
Or, if the database server has multiple Oracle Homes, then enter:
./runInstaller -invPtrLoc ORACLE_HOME/oraInst.loc
For example:
./runInstaller -invPtrLoc /u01/app/oracle/product/121010_qa/oraInst.loc
- For a RAC installation:
./runInstaller -local
Or, if the database server has multiple Oracle Homes, then enter:
./runInstaller -local -invPtrLoc ORACLE_HOME/oraInst.loc
For example:
./runInstaller -invPtrLoc /u01/app/oracle/product/121010_qa/oraInst.loc
This ensures that the installation is performed only on the local node.
Note:
See Use the Silent Installer (Optional) for instructions for running the Installer as a file with pre-entered parameter values.Note:
Although there is a button for deinstalling products on the Welcome screen, Oracle does not support using the Installer to deinstall Oracle Clinical or Oracle Clinical Remote Data Capture (RDC) Onsite. - For a non-RAC installation:
- In the Select a Product to Install page, select OC Server for UNIX 5.2.2.0.x.
- Follow the instructions on the installation screens, providing the information you assembled in Gather Required Information.
- You can review the progress of the installation:
- Open another terminal session as the
opapps
user. - To review the relinking progress, run the following:
tail -f
$OPA_HOME/oc/522/relink_rxc.log
- Open the
installActions
timestamp
.log
in the oraInventory/logs directory.
- Open another terminal session as the
Parent topic: Install the Oracle Clinical Database Server
Review the Installation Log Files
Work with Oracle Health Sciences Support, if necessary, to resolve any errors.
Parent topic: Install the Oracle Clinical Database Server
Oracle Clinical Database Server Directory Structure for UNIX
The Installer creates the following directory structure for an Oracle Clinical database server on UNIX:
OPA_HOME
/bin /xmltemp /oc /522 /bin (Symbolic links to the executables) /common (Common files) /dcd (Data Collection Definition) /des (Design) /dm (Data Management) /dx (Data Extract) /glib (Global Library) /install (Install and upgrade scripts) /log (PSUB log files) /lr (Lab Ranges) /patch (Patches to Oracle Clinical) /pd (Procedure Definition) /psub (Parameterized Submission process) /release (Server code release marker) /sec (Security tools) /tools (Miscellaneous tools)
Parent topic: Install the Oracle Clinical Database Server
Remove Group Privileges from this Session
Undo the temporary change you made in Prepare to Install the Oracle Clinical Database Server Software:
Parent topic: Install the Oracle Clinical Database Server