Configure Oracle R Distribution and Oracle R Enterprise (ORE)
Configure Oracle R Distribution and Oracle R Enterprise only if OFS Enterprise Modeling is licensed and enabled in your OFSAA instance.
- 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.
- Log in to the database with dba privileges and provide the RQADMIN
privilege to Configuration Schema by executing the command:
GRANT RQADMIN TO <config_schema>
; - 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>;