搜尋此網誌

星期三, 10月 13, 2010

Opatch Error Code 74

今天在升級Oracle Database 11gR2的patch 時,出現了以下的錯誤


Following executables are active :
/oracle/app/oracle/product/11.2.0/dbhome_1/bin/oracle
ApplySession failed during prerequisite checks: Prerequisite check "CheckActiveFilesAndExecutables" failed.
System intact, OPatch will not attempt to restore the system

OPatch failed with error code 74
[oracle@gc 9165206]$ sqlplus /nolog

後來上網查了一下,是由於相關的程式正在執行中,所以無法繼續。

觀察了一下上面的錯誤,其實裏面就已經告訴我了,是


/oracle/app/oracle/product/11.2.0/dbhome_1/bin/oracle

這隻主程式正在使用中,即資料庫必須關閉才可以使用。

了解後,執行關閉資料庫,再執行opatch apply後,即可正常更新。

沒有留言: