relink:在Linux/UNIX平台上relink Oracle軟體(轉)

來源:互聯網
上載者:User

標籤:des   http   使用   os   io   檔案   資料   for   

當作業系統升級後、作業系統打完補丁後、安裝完Oracle補丁之後和relink過程中出現問題時,都會用到relink方法來保證Oracle軟體的正常使用。
本文介紹一下relink方法的使用。
   
1.以oracle使用者登入作業系統
[[email protected] ~]# su - oracle
[email protected] /home/oracle$

2.確定$ORACLE_HOME環境變數設定正確
[email protected] /home/oracle$ echo $ORACLE_HOME
/oracle/ora11gR2/product/11.2.0/dbhome_1

3.確定作業系統的環境變數設定正確
主要涉及一下幾個參數:LIBPATH、LD_LIBRARY_PATH和SHLIB_PATH
以我的環境中LD_LIBRARY_PATH環境變數設定為例:
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib64:/usr/lib64:/usr/local/lib64:/usr/X11R6/lib64/

這裡需要注意的是:“$ORACLE_HOME/lib”內容要放在最前面,使其能夠最先被檢索到。

4.使用env命令驗證作業系統環境變數是否設定正確

5.確定umask為022
[email protected] /home/oracle$ umask
0022

如果返回的不是022可以使用下面的方法來調整。
[email protected] /home/oracle$ umask 022
[email protected] /home/oracle$ umask
0022

6.執行relink命令
1)停止監聽和資料庫執行個體
[email protected] /home/oracle$ lsnrctl stop

LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 28-DEC-2010 20:30:09

Copyright (c) 1991, 2009, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
The command completed successfully

停止資料庫執行個體。
[email protected]> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.

2)執行relink命令
本文以11gR2版本為例進行示範。
在11g這個版本中在relink過程中將不在螢幕上不斷的輸出relink的結果,取而代之的是將所有的輸出內容都自動重新導向到了relink.log日誌中。如果是自其它版本中完成relink,建議將這些輸出的資訊都手工的重新導向到一個檔案中,方便對繁雜的內容進行檢查。
[email protected] /home/oracle$ relink all
writing relink log to: /oracle/ora11gR2/product/11.2.0/dbhome_1/install/relink.log

對relink都做了些什麼的朋友可以仔細看一下這個輸出日誌內的資訊。

7.小結
可以說使用relink的情境不是很多。除了遇到本文開始處提到的情境時需要使用relink外,如果遇到個別或大量可執行程式無法正常使用時也可以考慮使用relink重新初始化Oracle軟體。

http://www.linuxidc.com/Linux/2011-01/31064.htm

相關文章

聯繫我們

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