- Installation Guide
- Installing Oracle RAC and Oracle RAC One Node
- Running Oracle Universal Installer to Install Oracle Database
- Using Oracle Universal Installer to Install Oracle RAC One Node
2.3.2 Using Oracle Universal Installer to Install Oracle RAC One Node
Review this information to install Oracle RAC One Node.
- Open the terminal from which you intend to run OUI, and log in as the user account that you want to own the Oracle Database installation (for example,
oracle
).If you are not able to turn off
stty
commands, or have other restrictions that can prevent automatic SSH configuration from within OUI, then you must ensure that SSH is configured and enabled before you start OUI. - Ensure that you have
su
orsudo
credentials, because you will be prompted to run a script as the root user during installation. - Start the runInstaller command from the Oracle Database 12c Release 2 (12.2) installation media or install binary download area. For example, where the software binary download area is
/home/oracle/oraclesw
, enter the following commands:$ cd /home/oracle/oraclesw $ ./runInstaller
- Select to configure an Oracle RAC One Node database, and select to install Oracle RAC on all nodes where Oracle RAC One Node will run.
- Provide information when prompted by OUI. If you need assistance during installation, click Help. Click Details to see the log file.
Note:
You can run the
root.sh
script simultaneously on all nodes in the cluster for Oracle RAC installations or upgrades.If you encounter problems during installation, then examine the OUI actions recorded in the installation log file. The log file is located in the Oracle Inventory directory with a name that includes the timestamp (
date_time
) of the install process, as shown in this example:OraInventory/logs/installActionsdate_time.log
Caution:
The Oracle home name and path that you provide during database installation must be different from the home that you used during the Oracle Grid Infrastructure installation in phase one. You must not install Oracle Database with Oracle RAC software into the same home in which you installed the Oracle Grid Infrastructure for a cluster software.
Note that because Oracle ASM is part of the Oracle Grid Infrastructure home, it cannot be upgraded during an Oracle RAC installation.