7 Administrative Tasks for Oracle Machine Learning for R
This chapter describes administrative tasks for maintaining and optimizing OML4R.
This chapter contains these topics:
- Install Oracle R Distribution on Linux in a Non-Default R_HOME
The Linux RPMs can be installed to a directory other than the default LinuxR_HOME
,/usr/lib64/R
. - Upgrade Oracle Machine Learning for R
You can upgrade OML4R from the previous release 1.5.1 to the current release 2.0. - Migrate Oracle Machine Learning for R Data
OML4R Server includes migration scripts that you can run to migrate the RQSYS schema and OML4R user data from a source database to a target database - Uninstall Oracle Machine Learning for R
Instructions for uninstalling OML4R - Install Additional R Packages on Linux
On Linux platforms, the OML4R Server installation provides theORE
script, which you can run from the operating system prompt to install additional R packages. - Create a Database User for Oracle Machine Learning for R
In Database 23ai, therquser.sql
script shipped with Oracle Database 23ai resides in the$ORACLE_HOME/R/server
directory. The script installs creates a new OML4R user, and the scriptrqgrant.sql
in the same directory applies the required grants to the new user. - Create an Oracle Wallet for an Oracle Machine Learning for R Connection
An Oracle wallet is a password-protected container for storing security credentials in Oracle Database. - Control Memory Used by Embedded R
How to control the memory used by embedded R execution.