After Grid Infrastructure has been installed, the Oracle RDBMS software needs to be installed. This procedure is for singleton databases.
None
Navigate to where the 12c database installer is located. For example,
cd /opt/app/oracle/software/database
Start the installer:
./runInstaller
Since I will be applying the latest PSU separately, I skip the security updates as follows:
Clicked Next. Got the following confirmation message:
Clicked Yes.
Install database software only:
Clicked Next.
This will be a single instance database installation:
Clicked Next.
No changes were made.
Clicked Next.
Only Enterprise Edition is available.
Clicked Next.
Changed the software location to /opt/app/oracle/product/12.1.0/dbhome_1:
Clicked Next.
Changed the groups as follows:
Clicked Next.
No problems were found.
The following screen was displayed:
Clicked Install.
The following progress screen was displayed:
Clicked Next.
After a while, the following message appears:
Ran the following command:
sudo /opt/app/oracle/product/12.1.0/dbhome_1/root.sh
The output is:
Performing root user operation. The following environment variables are set as: ORACLE_OWNER= oracle ORACLE_HOME= /opt/app/oracle/product/12.1.0/dbhome_1 Enter the full pathname of the local bin directory: [/usr/local/bin]: The contents of "dbhome" have not changed. No need to overwrite. The contents of "oraenv" have not changed. No need to overwrite. The contents of "coraenv" have not changed. No need to overwrite. Entries will be added to the /etc/oratab file as needed by Database Configuration Assistant when a database is created Finished running generic part of root script. Now product-specific root actions will be performed.
Clicked OK.
The following screen appeared:
Clicked Finish.