6.3.1.3 Connect to Oracle Machine Learning for R in Embedded R Execution
To establish a connection to OML4R on the Oracle Database server during the embedded R execution, you can specify the control argument ore.connect
in the parameters cursor.
Doing so establishes a connection using the credentials of the user who invoked the embedded R function. It also automatically loads the ORE
package. Establishing an OML4R connection is required to save objects in an OML4R R object datastore or to load objects from a datastore. It also allows you to explicitly use the OML4R transparency layer.
See Also:
Optional and Control Arguments for information on other control arguments
Parent topic: About Oracle Machine Learning for R SQL Table Functions