To download ths supporting packages, go to the Oracle Machine Learning for R Downloads website. Select Supporting in the column for your version of the database, accept the license agreement, and download the ore-supporting-linux-x86-64-2.0.zip
file.
Log in as root and copy the installers for the supporting
packages across the nodes. For example:
$ dcli -g nodes -l oracle mkdir -p /home/oracle/OML4R
$ dcli -g nodes -l oracle -f oml4r-supporting-linux-x86-64-2.0.zip -d
/home/oracle/OML4R/oml4r-supporting-linux-x86-64-2.0.zip
Unzip the supporting packages on each node:
$ dcli -t -g nodes -l oracle unzip
/home/oracle/OML4R/oml4r-supporting-linux-x86-64-2.0.zip -d
/destination_directory/
Install the OML4R supporting packages, as
in the following example:
$ dcli -t -g nodes -l oracle R CMD INSTALL /my_destination_directory/supporting/* -l $ORACLE_HOME/R/library/