Oracle軟體安裝 - 什麼情況下需要relink all
http://www.itpub.net/viewthread.php?tid=645870&extra=&page=1
同一種os 但是大版本有差異,比如 linux redhat AS2.1 和 AS3 ,雖然直接複製也可能可以用,但還是建議重新link一下。
To relink Oracle executables:
1. Verify whether ORACLE_HOME is correctly set.
2. Set LD_LIBRARY_PATH to include
$ORACLE_HOME/lib.
3. Execute the appropriate relink command:
– relink all (relinks all Oracle executables)
– relink oracle (relinks the database executables)
– relink network (relinks listener, cman, names)
– relink oemagent (relinks the Intelligent Agent)
– relink utilities (relinks sqlplus, imp, exp)
– relink ctx (relinks Oracle Text)
Using the Oracle Relink Utility
Oracle Corporation does not distribute complete executables. Instead, it distributes
individual object files, library archives of object files, and some source files which then get
“linked” at the operating system level during installation to create usable executables. This
guarantees a reliable integration with functions provided by the OS system libraries. If the
OS or Oracle object files change, then Oracle executables should be “relinked” to create
updated executables that are properly integrated with the operating system.
Relinking occurs automatically when a patch set is installed, but must be performed
manually when:
• An OS upgrade has occurred
• A change has been made to the OS system libraries. This can occur during the
application of an OS patch.
• A new install failed during the relinking phase
• An individual Oracle patch has been applied (explicit relink instructions are usually
included in README or integrated into the patch install script)
To relink, you may use the relink utility as shown in the slide, or manually relink with the
make command. Unlike OPatch, the relink utility does not return positive feedback. Unless
you receive an error message, the relink succeeded.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-621794/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle什麼情況下需要rebuild indexOracleRebuildIndex
- 軟體包無法下載情況下安裝nfsNFS
- 什麼情況下需要搭建大資料平臺大資料
- 學Python需要安裝什麼軟體呢?Python
- 香港伺服器什麼情況下需要更新升級?伺服器
- 爬蟲在什麼情況下才需要使用代理IP爬蟲
- vue什麼情況下需要用到this.$nextTickVue
- 資料庫分割槽表 什麼情況下需要分割槽資料庫
- 卓碼軟體測評▏軟體企業在什麼情況需要第三方軟體檢測機構?
- 【OH】Oracle軟體安裝需要的軟體包(官方文件)Oracle
- 學Java需要下載什麼軟體?都有什麼作用?Java
- 【知識分享】企業在什麼情況下需要做負載均衡負載
- 【relink】在LINUX/UNIX平臺上relink Oracle軟體LinuxOracle
- 為什麼使用API?什麼情況下避免使用API?API
- oracle分表效率,資料庫分庫分表是什麼,什麼情況下需要用分庫分表Oracle資料庫
- 在什麼情況下用index unique scansIndex
- 什麼情況下你能接受 996996
- 什麼情況下進行效能測試
- CPU超頻小知識:電腦CPU什麼情況下需要超頻?
- oracle組合索引什麼情況下生效?Oracle索引
- Java類什麼情況下被初始化?Java
- 在什麼情況下Java比C++快?JavaC++
- Oracle -- left join 什麼情況可以直接改成joinOracle
- MAC需要安裝防毒軟體嗎Mac防毒
- 在不shutdown生產機情況,且測試機未裝oracle軟體???Oracle
- js中什麼情況下返回值是undefinedJSUndefined
- 在什麼情況下,Java比C++慢很多?JavaC++
- Linux下安裝Oracle軟體所在目錄LinuxOracle
- 容器化,微服務,DevOps,什麼情況下會三位一體?微服務dev
- Ubuntu 18.04 需要安裝的軟體Ubuntu
- 思考:軟體產品在什麼情況下一定要走精品路線
- linux下安裝oracle需要的配置LinuxOracle
- 學習Java需要什麼軟體呢?Java
- 在不安裝oracle客戶端的情況下,使用PLSQLOracle客戶端SQL
- oracle 為什麼沒有使用索引的一種情況Oracle索引
- 基於COST優化,oracle什麼情況不走索引優化Oracle索引
- 什麼情況!華為開源JDK!JDK
- 取得 oracle instance 資訊 ,dbid ,dba許可權使用者,版本資訊,可選軟體安裝情況。Oracle