4.3.1 Server Script Syntax
Instructions for installing OML4R Server for Oracle Database 19c and 21c. The server.sh
script supports a set of command-line arguments that direct its activities.
The script can be run in interactive mode, in batch mode, or in hybrid mode. If you run the script without arguments, it installs or upgrades OML4R Server in interactive mode; it attempts to install the supporting packages; and it creates or configures a database user.
The command-line arguments for the server.sh script are described in the following table. The arguments for the script are the same for Linux. You can obtain a listing of the arguments with brief descriptions by executing the following on a Linux system:
./server.sh -h
or
./server.sh --help
Table 4-3 Server Script Command-Line Arguments
Argument | Description |
---|---|
|
Install or upgrade OML4R Server. An installation or upgrade includes the following by default:
|
|
Uninstall OML4R Server:
|
|
Never prompt. |
|
Interactive mode (the default). |
|
When uninstalling OML4R Server, keep the R packages and libraries under Oracle home but remove the database objects. Allows OML4R support to be removed from a single database instance or pluggable database (PDB) without affecting other databases in Oracle home. |
|
When uninstalling OML4R Server, remove the R packages and libraries under Oracle home in addition to the database objects. |
|
When combined with --install , prevents installation of the supporting packages. By default the supporting packages are installed if they are available.
|
|
Install supporting packages (the default). |
|
no-db do not configure the database; only install the ORE module and libraries associated with Embedded R Execution
|
|
The name of a pluggable database (PDB) in a multitenant container database (CDB).
Multitenant architecture enables an Oracle database to function as a container database that includes zero, one, or many pluggable databases. For information about multitenant architecture, see Oracle Database Concepts. |
|
Permanent tablespace for RQSYS. |
|
Temporary tablespace for RQSYS. |