Fitting and Prediction Using R Script
To support fitting and prediction using R script, the output objects can be stored in the datastore using ore.save() during the fitting and retrieve it using ore.load() during prediction.
ore.save() saves an R object or a list of R objects to the specified datastore in the current user's schema of the connected database.
ore.load() loads all of the R objects stored in a specified datastore from the current user's schema of the connected database.
For more information, see the Oracle® R Enterprise User's Guide (E36761-08).