CentOS 6.5下安裝Oracle資料庫問題解決筆記

來源:互聯網
上載者:User

Oracle資料庫安裝到60%卡住的解決方案
/etc/sysconfig/network中的hostname要與/etc/hosts中的一致

vim /etc/sysconfig/networkNETWORKING=yesHOSTNAME=chengxiaovim /etc/hosts127.0.0.1   localhost chengxiao::1     localhost chengxiao

Oracle環境變數的一些問題

[oracle@chengxiao 案頭]$ vim ~/.bash_profile export ORACLE_HOME=/opt/oracle/app/product/11.2.0/dbhome_1export PATH=$ORACLE_HOME/bin:$PATHexport ORACLE_SID=orcl[oracle@chengxiao 案頭]$ source ~/.bash_profile [oracle@chengxiao 案頭]$ sqlplus / as sysdba

Oracle資料庫安裝前的準備工作
建立使用者和組

[root@chengxiao ~]# sysctl -p [root@chengxiao ~]# groupadd -g 200 oinstall [root@chengxiao ~]# groupadd -g 201 dba [root@chengxiao ~]# useradd -u 440 -g oinstall -G dba oracle [root@chengxiao ~]# passwd oracle

建立安裝目錄及設定許可權

[root@chengxiao ~]# mkdir /opt/oracle/app/[root@chengxiao ~]# mkdir /opt/oracle/oradata/[root@chengxiao ~]# chmod 755/opt/oracle/[root@chengxiao ~]# chmod 775/opt/oracle/app/[root@chengxiao ~]# chown oracle.oinstall -R /opt/oracle/

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.