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 A-2 runInstaller -setupDBHome Command Parameters
Parameter | Mandatory? | Description |
---|---|---|
-OSDBA sysdba_group |
Yes |
The name of the |
-OSBACKUPDBA osbackup_dba_group |
Yes |
The name of the |
-OSDGDBA os_dg_dba_group |
Yes |
The name of the |
-OSKMDBA os_km_dba_group |
Yes |
The name of the |
-OSRACDBA os_rac_dba_group |
Yes |
The name of the |
-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 |
-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 |
Example
runInstaller -setupDBHome -OSDBA sysdba -OSBACKUPDBA sysbackup -OSDGDBA sysdg -OSKMDBA syskm -OSRACDBA sysrac
-clusterNodes node1,node2,node3 -installEdition EE -INVENTORY_LOCATION /u01/app/oraInventory
Parent topic: Oracle Database Installer Command-Line Options