1.3. Installing the Oracle Software

1.3.1. Installing the Oracle Software

1.3.1.1. Decompressing the Installer

You need to copy Oracle Installer.

# su - oracle
$ cp -r /software/database /u01/stage/12.1.0.2

Here, you need to verify that the binary has been compressed.

$ ls /u01/stage/12.1.0.2/database
install response rpm runInstaller sshsetup stage welcome.html

If the above file has existed as described above, the installer has been successfully decompressed.

1.3.1.2. Configuring the ORACLE_BASE directory.

You need to configure the directory where install Oracle. NOTE: You need to modify the name of the directory, based on your policy (method).

$ mkdir -p /u01/app/oracle

1.3.1.3. Log in

You need to sign in to Cloud Computing, then choose “Server”, “Virtual Server” then “Instance”.

../../_images/image039.png

Choose “Console” from the action list of “Instance”, such as “Oracle_SE2_ins1”as appeared above, which you have configured at “3. Create Instance”.

../../_images/image040.png

Log in by the Oracle User account, from the Console.

1.3.1.4. Start GUI

You need to start GUI

$ startx
../../_images/image041.png

You need to select a specific language, which you would like to utilize at the GUI. Then, click “Next” at the bottom of the screen.

../../_images/image042.png

Select your created language source, then click “Next”. NOTE: Select a specific language, according to your environment.

../../_images/image043.png

Click “Next”.

../../_images/image044.png

Click “Start using Oracle Linux Server”.

../../_images/image045.png

Click the “×” mark at the upper-right screen then close the screen.

1.3.1.5. Opening the Terminal

../../_images/image046.png

Click at the screen above, choose “Open in Terminal”

1.3.1.6. Execute the Installer

You need to execute the Oracle Installer. You need to execute the Oracle user prompt by utilizing the following command (e.g. Decompressing the user prompt.)

$ LANG=C /u01/stage/12.1.0.2/database/runInstaller
../../_images/image047.png
../../_images/image048.png

Check out the checkmark box of “I wish to receive security updates via My Oracle Support.”, click “Next”.

../../_images/image049.png

Click “Yes”.

../../_images/image050.png

Select “Install database software only”, then click “Next”.

../../_images/image051.png

Select “Single instance database installation”, then click “Next”.

../../_images/image052.png

Select a specific language, which you would like to install, from the list of “Available languages”. Then, click the “>” button.

../../_images/image053.png
Here, you need to verify that the additional language, “Japanese”, as well as “English”exists in the list of “Selected languages”. You are required to add and modify the language list as necessary, if any other language is required.
After you have configured the language settings, click “Next” as appeared above.
../../_images/image054.png

After you have verified that the “Standard Edition Two (6.1GB)” is selected, click “Next” button, as appeared above.

../../_images/image055.png
You need to configure the settings of “Oracle base” as the created ORACLE_BASE directory. (e.g. “/u01/app/oracle” as shown above.)
“Software Location” : You need to configure the settings as the installed directory
After configuring the settings, click “Next”.
../../_images/image056.png
“Inventory Directory”: Specify the directory, which the logs will compile when your installing.
“oraInventory Group Name”: oinstall
Click “Next”.
../../_images/image057.png
Database Administrator(OSDBA) group dba
Database Operator(OSOPER) group(Optional) oper
Database Backup and Recovery(OSBACKUPDBA) group backupdba
Data Guard administrative(OSDGDBA) group dgdba
Encryption Key Management administrative(OSKMDBA) group kmdba

Verify respective group settings, click “Next”.

../../_images/image058.png

You need to verify the contents, click “Install”.

../../_images/image059.png

Then, Oracle Installation will get started.

../../_images/image060.png
Once the above screen will be input, boot the root user device.
NOTE: You should not click “OK” until the specific command is executed.
Open the terminal for the root user.
../../_images/image061.png
Right-click any blank space at the screen, then click “Open in Terminal (this is “Open in the device”)”.
Execute “su” command.
$ su -
../../_images/image062.png

Execute the output command when installing the Oracle installation. Use the root user device.

../../_images/image063.png
# /u01/app/oraInventory/orainstRoot.sh
../../_images/image064.png
# /u01/app/oracle/product/12.1.0.2/dbhome_1/root.sh

“Enter the full pathname of the local bin directory”: [/usr/local/bin]:」:Click “Enter”

../../_images/image065.png

Get back to the above screen, then click “OK”.

../../_images/image066.png

Verify the installation has successfully completed, then click “Close”. Finally, you have completely installed the Oracle Software.