Error in invoking target 'irman ioracle' of makefile

urgel_babay發表於2016-02-29
2015.06.09

系統:Oracle Linux 6.5 x64
Oracle:11.2.0.4 
虛擬機器:2148M記憶體,swap:500M
       今天在VB虛擬機器裡面測試安裝RAC ,在安裝oracle資料庫軟體的時候報錯:


檢視日誌:
INFO: laio    `cat /u01/app/oracle/product/11.2.0.4/db_1/lib/sysliblist` -Wl,-rpath,/u01/app/oracle/product/11.2.0.4/db_1/lib -lm    `cat /u01/app/oracle/produc
t/11.2.0.4/db_1/lib/sysliblist` -ldl -lm   -L/u01/app/oracle/product/11.2.0.4/db_1/lib
INFO: collect2: ld terminated with signal 9 [Killed]
INFO: make: *** [/u01/app/oracle/product/11.2.0.4/db_1/rdbms/lib/oracle] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'irman ioracle' of makefile '/u01/app/oracle/product/11.2.0.4/db_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventor
y/logs/installActions2015-06-09_01-37-23PM.log' for details.
Exception Severity: 1
INFO: Linking RMAN Utility
INFO: Linking RMAN Utility
INFO: The output of this make operation is also available at: '/u01/app/oracle/product/11.2.0.4/db_1/install/make.log'
INFO: 
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO: 

檢視最近的日誌,也沒有發現什麼報錯資訊,上面紅色的 也是圖形終端被殺死。看了網上其他人的,說是swap太小。所以得以重新retry一下,並且檢視當時的swap變化情況
retry前


最低大概在39m。


解決辦法:
加大swap 方法步驟見http://blog.itpub.net/27099995/viewspace-1261311/

我的情況是,關閉了一些軟體,重新check 後就透過了。所以問題很奇葩!

在解決這個問題的時候,看到了網上其他類似的問題,他們的大多都是沒有對應的JAVA包。

找到缺少的包,cp到複製到$ORACLE_HOME/lib
詳見:view-source:http://blog.itpub.net/29047826/viewspace-1422559/

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30936525/viewspace-2016588/,如需轉載,請註明出處,否則將追究法律責任。

相關文章