Install the Oracle Clinical Database Server
This section describes how to install and set up the Oracle Clinical database server.
In this section:
- Gather Required Information for Oracle Clinical Database Server
- 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 for Oracle Clinical Database Server
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
Note:
Verify that the libnsl.so library or a soft link libnsl.so exists in the user libraries directory. Check the following locations with the "ls -lrt libnsl*" command to see which location returns results for libnsl.so.1 or libnsl.so.2.:
/usr/lib
/usr/lib64
Under this location, if libnsl.so does not exist, then create a soft link by using one of the existing soft links, that is, "ln -s libnsl.so.2 libnsl.so" or "ln -s libnsl.so.1 libnsl.so".
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.
- 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/19.3.0.0/dbhome_1/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/19.3.0.0/dbhome_1/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.4.1.0.x.
- Follow the instructions on the installation screens, providing the information you assembled in Gather Required Information for Oracle Clinical Database Server.
- 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/541/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 Life 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 /541 /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