欢迎投稿

今日深度:

Install Oracle12cR1 on Oracle Linux in VirtualBox,oraclevmv

Install Oracle12cR1 on Oracle Linux in VirtualBox,oraclevmvirtualbox


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
...
Refer to 点击打开链接

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

Refer to 点击打开链接

www.htsjk.Com true http://www.htsjk.com/shujukunews/6539.html NewsArticle Install Oracle12cR1 on Oracle Linux in VirtualBox,oraclevmvirtualbox 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/...
评论暂时关闭