4.4.1.2 Server Script Syntax
The server.sh(.bat)
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(.bat)
script are described in the following table. The arguments for the script are the same for Linux, UNIX, and Windows. You can obtain a listing of the arguments with brief descriptions by executing the following on a Linux or UNIX system:
./server.sh -h
or
./server.sh --help
On a Windows system, you can obtain a listing of the arguments with brief descriptions by executing the following:
server.bat -h
or
server.bat --help
Table 4-4 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 supporting packages (the default). |
|
|
|
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. |
Parent topic: About the Server Script