Oracle安裝補丁時報ollect2: ld terminated with signal 9 [Killed]
創(chuàng)新互聯(lián)基于分布式IDC數(shù)據(jù)中心構建的平臺為眾多戶提供珉田數(shù)據(jù)中心 四川大帶寬租用 成都機柜租用 成都服務器租用。
1.報錯信息
Make failed to invoke "/usr/bin/make -f ins_rdbms.mk ioracle ORACLE_HOME=/u01/app/oracle/product/11.2/db_1"....'collect2: ld terminated with signal 9 [Killed]
make: *** [/u01/app/oracle/product/11.2/db_1/rdbms/lib/oracle] Error 1
2.原因及解決辦法
編譯出錯主要原因是服務器虛擬內(nèi)存不足導致,而服務器剛好又沒有swap分區(qū),所以需要建個swap分區(qū),參考方法如下:
# dd if=/dev/zero of=/opt/other/swapfile bs=1024 count=512K
# mkswap /opt/other/swapfile
# swapon /opt/other/swapfile
# swapon -s
Filename Type Size Used Priority
/opt/other/swapfile file 524280 0 -1
3.將該參數(shù)添加到系統(tǒng)啟動文件中
cat >> /etc/rc.local < swapon /opt/other/swapfile EOF
網(wǎng)站名稱:Oracle安裝補丁時報ollect2:ldterminatedwithsignal9[Killed]
文章鏈接:http://weahome.cn/article/gicgee.html