Oracle Database Installation
A. Oracle Database Software Installation
1. Silent Install
2. Interactive Install
Run Installer
[oracle@linuxdb3 ~]$ $ORACLE_HOME/runInstaller &
1a. Since this is a RAC install only the software will be installed. The DBCA will be used to create the database.
Note: This error is expected since the system swap space is less than the total memory of these servers. This will not impact the installation or even regular use of this test system. Check the ignore all box.
B. Oracle Database Creation using DBCA
Advanced configuration will allow us to set a number of settings, especially for step 9, that will be useful for exploring the new features of this database.
Note: This error is expected since the system swap space is less than the total memory of these servers. This will not impact the installation or even regular use of this test system. Check the ignore all box.
Database Post-Installation Checks
[oracle@linuxdb3 ~]$ srvctl status database -d db12rac
Instance DB12RAC11 is running on node linuxdb3
Instance DB12RAC12 is running on node linuxdb44
[oracle@linuxdb3 ~]$ srvctl config database -d db12rac
Database unique name: DB12RAC
Database name: DB12RAC
Oracle home: /u01/app/oracle/product/12.1.0/db_1
Oracle user: oracle
Spfile: +DATA/DB12RAC/PARAMETERFILE/spfile.291.942861569
Password file: +DATA/DB12RAC/PASSWORD/pwddb12rac.276.942861007
...
...
OSDBA group: dba
OSOPER group: oper
Database instances: DB12RAC11,DB12RAC12
Configured nodes: linuxdb3,linuxdb44
Database is administrator managed
[oracle@linuxdb3 ~]$ srvctl status nodeapps
VIP linuxdb3-rac1-vip is enabled
VIP linuxdb3-rac1-vip is running on node: linuxdb3
VIP linuxdb44-rac2-vip is enabled
VIP linuxdb44-rac2-vip is running on node: linuxdb44
Network is enabled
Network is running on node: linuxdb3
Network is running on node: linuxdb44
ONS is enabled
ONS daemon is running on node: linuxdb3
ONS daemon is running on node: linuxdb44