Configure Oracle R Distribution and Oracle R Enterprise (ORE)

This section is applicable only if OFS Enterprise Modeling is licensed and enabled in your OFSAA instance.

  1. Install OFSAAIRunner Package. For more information, see Install OFS_AAAI_Runner_Package. If you have already installed the OFSAAIRunner package (as part of a previous installation), uninstall it. (For more information, see Uninstall_OFSAAI_Runner_Package, and reinstall the latest available OFSAAIRunner package.
  2. Log in to the database with dba privileges and provide the following privilege to Configuration Schema:

    RQADMIN by executing the command:

    GRANT RQADMIN TO <config_schema>;

  3. Log in to the database with dba privileges and provide the following privileges to Atomic Schema:

    CREATE UNLIMITED TABLESPACE privilege by executing the command: GRANT CREATE UNLIMITED TABLESPACE TO <atomic_schema>;

    CREATE MINING MODEL privilege (to execute the Data Mining models) by executing the command:

    GRANT CREATE MINING MODEL TO <atomic_schema>;