Oracle Database 12c on Oracle Linux 6 – Step 24: Install the Oracle Database Software Only

Part of this series of posts: Oracle Database 12c on Oracle Linux 6

24-01

Right-click the desktop and select Open in Terminal to open a new terminal window.

Note:

This will reset all environment variables back to what we set them in the .bashrc.

24-02

Type the following commands and press Enter after each one.

unset ORACLE_SID
cd /stage/12.1.0/database/
./runInstaller

24-03

Uncheck I wish to receive security updates via My Oracle Support and click Next.

24-04

Click Yes.

24-05

Choose Skip software updates and click Next.

24-06

Choose Install database software only and click Next.

Note:

Yep, the Create and configure a database wizards still don’t do what you want them to do, so we’ll be using dbca after we’ve installed the software.

24-07

Choose Single instance database installation and click Next.

24-08

Click Next.

24-09

Choose Enterprise Edition and click Next.

24-10

Confirm that Oracle base is /u01/app/oracle and Software location is /u01/app/oracle/product/12.1.0/dbhome_1. Click Next.

24-11

Choose dba for all dropdowns and click Next.

24-12

The installer verifies requirements.

24-13

Click Install.

24-14

The installer extracts files, links libraries and does the setup.

24-15

The install will progress for a while and then the above dialog will pop up.

Note that we need to run a script as root…

24-16

Right-click the desktop (you may have to minimize the terminal window you started the installer with) and select Open in Terminal.

24-17

Type the following command (note, there is a dash at the end of the line) and press Enter.

su -

Enter root at the Password prompt and press Enter.

Type the following commands and press Enter after each one.

cd /u01/app/oracle/product/12.1.0/dbhome_1
./root.sh

Press Enter at the Enter the full pathname… prompt.

Optionally type exit twice to close down the terminal window.

24-18

Click OK.

24-19

Click Close.

Oracle Database 12c on Oracle Linux 6 – Step 23: Create the FRA Disk Group < Previous Post – Next Post > Oracle Database 12c on Oracle Linux 6 – Step 25: Create the orcl and pdborcl databases

 

Advertisement

3 responses to “Oracle Database 12c on Oracle Linux 6 – Step 24: Install the Oracle Database Software Only

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: