WMware redhat 5 oracle 11g 安裝方法

來源:互聯網
上載者:User

1.安裝Oracle11g所需要的補丁包,安裝光碟片上全有,進入光碟片的Server目錄:(最好通過oracle的官方文檔來確定需要安裝哪些包)
2.修改使用者驗證選項 修改/etc/pam.d/login檔案加上如下參數 session required pam_limits.so
3.修改使用者設定檔
修改/etc/profile檔案加入如下參數:
if [ $USER = "oracle" ]; then
if [ $SHELL = "/bin/ksh" ]; then
ulimit -p 16384
ulimit -n 65536
else
ulimit -u 16384 -n 65536
fi
fi
4.安裝目錄配置
# mkdir -p /u01/
# chown -R oracle:oinstall /u01/
# chmod -R 775 /u01/
5. 修改使用者bash shell
#su - oracle
$ vi .bash_profile
增加以下內容,注意:orcl為oracle資料庫的執行個體名.
export ORACLE_BASE=/u01/app
export ORACLE_HOME=$ORACLE_BASE/oracle
export ORACLE_SID=orcl
export PATH=$ORACLE_HOME/bin:$PATH:$HOME/bin
6.安裝oralce,把oracle安裝檔案從windows機器D盤上拷貝過來安裝.(可以通過xmanager中的xftp來實現檔案傳輸)
7.#mkdir/mnt/smb
#cd /mnt/smb
#cp linux_11gR2_database_1of2.zip /tmp
#cp linux_11gR2_database_2of2.zip /tmp
#cd /tmp
#unzip linux_11gR2_database_1of2.zip /tmp
#unzip linux_11gR2_database_2of2.zip /tmp
8.改用oracle使用者登入Redhat5.5安裝
9.$cd /tmp/database
改為1024*768解析度
$./runInstaller
然後啟動圖形介面安裝.
我的做完後運行dbca,在運行到EM出現了錯誤提示,"You needto run Netca to configure a listener before you can proceed.Otherwise you maychoose to continue without Database Control configuration"

只要運行了netca,命令就行了,然後按照他的要求進行點擊下一步就行了。
1.安裝Oracle11g所需要的補丁包,安裝光碟片上全有,進入光碟片的Server目錄:(最好通過oracle的官方文檔來確定需要安裝哪些包)
2.修改使用者驗證選項 修改/etc/pam.d/login檔案加上如下參數
session required pam_limits.so
3.修改使用者設定檔
修改/etc/profile檔案加入如下參數:
if [ $USER = "oracle" ]; then
if [ $SHELL = "/bin/ksh" ]; then
ulimit -p 16384
ulimit -n 65536
else
ulimit -u 16384 -n 65536
fi
fi
4.安裝目錄配置
# mkdir -p /u01/
# chown -R oracle:oinstall /u01/
# chmod -R 775 /u01/
5. 修改使用者bash shell
#su - oracle
$ vi .bash_profile
增加以下內容,注意:orcl為oracle資料庫的執行個體名.
export ORACLE_BASE=/u01/app
export ORACLE_HOME=$ORACLE_BASE/oracle
export ORACLE_SID=orcl
export PATH=$ORACLE_HOME/bin:$PATH:$HOME/bin
6.安裝oralce,把oracle安裝檔案從windows機器D盤上拷貝過來安裝.(可以通過xmanager中的xftp來實現檔案傳輸)
7.#mkdir/mnt/smb
#cd /mnt/smb
#cp linux_11gR2_database_1of2.zip /tmp
#cp linux_11gR2_database_2of2.zip /tmp
#cd /tmp
#unzip linux_11gR2_database_1of2.zip /tmp
#unzip linux_11gR2_database_2of2.zip /tmp
8.改用oracle使用者登入Redhat5.5安裝
9.$cd /tmp/database
改為1024*768解析度
$./runInstaller
然後啟動圖形介面安裝.
我的做完後運行dbca,在運行到EM出現了錯誤提示,"You needto run Netca to configure a listener before you can proceed.Otherwise you maychoose to continue without Database Control configuration"

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.