Prerequisites

Oracle R and ORE must be installed on the Oracle Database server before installing the OFSAAIRunner package.

Refer to the following instructions to install OFSAAIRunner package:

  1. Log in to the OFSAA Server. Navigate to the directory $FIC_DB_HOME/lib.
  2. Copy the file OFSAAIRunner_1.0.0.tar.gz in Binary mode to the Oracle Database Server.
  3. Log in to the Oracle Database Server with the user using which Oracle Database Server installation is done.
  4. Navigate to the directory where the file OFSAAIRunner_1.0.0.tar.gz is copied.
  5. Install the package by executing the command:

    ORE CMD INSTALL OFSAAIRunner_1.0.0.tar.gz

  6. Successful installation is indicated in the installation log as:

    * DONE (OFSAAIRunner)

    Making packages.html ... done

    Note:

    The OFSAAIRunner package is installed in the /usr/lib64/R/library directory.
  7. Navigate to the directory $ORACLE_HOME/R/library and check whether OFSAAIRunner package is listed thereby executing the command:

    >library(OFSAAIRunner)>OFSAAIRunner:: and press TAB twice.

    This lists out all the functions.