Extract the Oracle Real Application Clusters Files
To prepare for installation, log in to racnode1 as the
Oracle Software Owner account (oracle), and extract the
software.
-
From the client, use SSH to log in to the Oracle RAC Container (
racnode1) as theoracleuser:# ssh -X oracle@10.0.20.150 -
When prompted for a password, provide the
oracleuser password, and then export the display inside theracnode1container to the client, wheredisplay_computeris the client system, andportis the port for the display:$ export DISPLAY=display_computer:port -
Unzip the Oracle Database files into the Oracle home. For example:
$ cd /u01/app/oracle/product/26ai/dbhome_1 $ unzip -q /software/stage/LINUX.X64_260000_db_home.zip
Parent topic: Run the Oracle RAC Database Installer