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”.
Choose “Console” from the action list of “Instance”, such as “Oracle_SE2_ins1”as appeared above, which you have configured at “3. Create Instance”.
Log in by the Oracle User account, from the Console.
1.3.1.4. Start GUI¶
You need to start GUI
$ startx
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.
Select your created language source, then click “Next”. NOTE: Select a specific language, according to your environment.
Click “Next”.
Click “Start using Oracle Linux Server”.
Click the “×” mark at the upper-right screen then close the screen.
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
Check out the checkmark box of “I wish to receive security updates via My Oracle Support.”, click “Next”.
Click “Yes”.
Select “Install database software only”, then click “Next”.
Select “Single instance database installation”, then click “Next”.
Select a specific language, which you would like to install, from the list of “Available languages”. Then, click the “>” button.
After you have verified that the “Standard Edition Two (6.1GB)” is selected, click “Next” button, as appeared above.
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”.
You need to verify the contents, click “Install”.
Then, Oracle Installation will get started.
$ su -
Execute the output command when installing the Oracle installation. Use the root user device.
# /u01/app/oraInventory/orainstRoot.sh
# /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”
Get back to the above screen, then click “OK”.
Verify the installation has successfully completed, then click “Close”. Finally, you have completely installed the Oracle Software.