Summarized today, using simple several words to describe how to install Oracle Database on Oracle Linux as following.
*** Login as root user
1. Update host name in /etc/hosts
2. Update per-requisite packages for Oracle Linux
$ yum -y install oracle-rdbms-server-12cR1-preinstall.x86_64
*** Login as oracle
3. Run OUI (Oracle Universal Installer)
$ ./runInstaller
...
4. Set environment variables
Typically add into ~/.bash_profile
And there‘re three necessary varibles
- ORACLE_HOME
- ORACLE_SID
- Add $ORACLE_HOME/bin into PATH
*** Login as root
5. Auto startup and shutdown
Install Oracle12cR1 on Oracle Linux in VirtualBox
原文:http://blog.csdn.net/neuandustbneo/article/details/43857319