runInstaller -setupDBHome

The runInstaller -setupDBHome command installs the Oracle Database software and register the software with the Oracle central inventory.

Syntax

runInstaller -setupDBHome -OSDBA sysdba_group -OSBACKUPDBA osbackup_dba_group 
-OSDGDBA os_dg_dba_group -OSKMDBA os_km_dba_group -OSRACDBA os_rac_dba_group
-ORACLE_BASE Oracle_base_dir [-executePrereqs] [-OSOPER os_oper_group] 
[-clusterNodes list_of_nodes] [-installEdition <EE | SE2>] [-INVENTORY_LOCATION central_inventory_location]

Parameters

Table B-2 runInstaller -setupDBHome Command Parameters

Parameter Mandatory? Description
-OSDBA sysdba_group Yes

The name of the SYSDBA privileged operating system group. The default is dba.

-OSBACKUPDBA osbackup_dba_group Yes

The name of the SYSBACKUP privileged operating system group.

-OSDGDBA os_dg_dba_group Yes

The name of the SYSDG privileged operating system group.

-OSKMDBA os_km_dba_group Yes

The name of the SYSKM privileged operating system group.

-OSRACDBA os_rac_dba_group Yes

The name of the SYSRAC privileged operating system group.

-ORACLE_BASE Oracle_base_dir Yes

Complete path to the Oracle base location to use for the Oracle Database installation.

-executePrereqs No

Run prerequisite checks to ensure that all necessary conditions and requirements are met before proceeding with the installation or configuration process.

-OSOPER osoper_group No

The name of the SYSOPER privileged operating system group.

-clusterNodes No

A comma-separated list of cluster nodes on which you want to install the Oracle Database software.

-installEdition <EE | SE2> No

Select a database edition from Enterprise Edition (EE) and Standard Edition 2 (SE2).

-INVENTORY_LOCATION central_inventory_location No

Complete path to the location where you want to store the inventory files. If you have previously installed an Oracle software on this computer, then specify the existing inventory path.

-help No

Displays runInstaller -setupDBHome command help.

Example

The following example shows how to install Oracle Database software on a three node cluster:
runInstaller -setupDBHome -OSDBA sysdba -OSBACKUPDBA sysbackup -OSDGDBA sysdg -OSKMDBA syskm -OSRACDBA sysrac
-clusterNodes node1,node2,node3 -installEdition EE -INVENTORY_LOCATION /u01/app/oraInventory