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.
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 点击打开链接
本站文章为和通数据库网友分享或者投稿,欢迎任何形式的转载,但请务必注明出处.
同时文章内容如有侵犯了您的权益,请联系QQ:970679559,我们会在尽快处理。