Install Oracle12cR1 on Oracle Linux in VirtualBox

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

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。