在CentOS6.2操作系統(tǒng)上,安裝Oracle10g時,報如下錯誤:

根據(jù)提示查看日志,并沒發(fā)現(xiàn)幫助信息,如下所示:
復(fù)制代碼 代碼如下:
[root@hyl ~]# tail -f /u01/app/oracle/oraInventory/logs/installActions2014-09-20_02-43-00PM.log
INFO: make[1]: Leaving directory `/u01/app/oracle/product/10.2.0/db_1/sysman/lib'
INFO: make: *** [nmccollector] Error 2
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'collector' of makefile '/u01/app/oracle/product/10.2.0/db_1/sysman/lib/ins_emdb.mk'. See '/u01/app/oracle/oraInventory/logs/installActions2014-09-20_02-43-00PM.log' for details.
Exception Severity: 1
處理方法:
這里繼續(xù)點擊“continue”即可,待Oracle完成安裝后,再手工執(zhí)行相應(yīng)腳本完成鏈接即可。
當(dāng)oracle完成安裝后,如下操作
[oracle@hyl bin]$ /u01/app/oracle/product/10.2.0/db_1/bin/relink all
--執(zhí)行腳本后,會自動完成重鏈接操作
--注意:該腳本放置在腳本目錄下,實際根據(jù)規(guī)劃的oracle根目錄進(jìn)行查找即可
您可能感興趣的文章:- centos7下安裝oracle11gR2的詳細(xì)步驟
- centos 6.5下安裝oracle 11gR2與Oracle自動啟動的配置
- Linux下安裝Oracle(CentOS-Oracle 12c)的方法
- CentOS命令行下裝oracle 12c的方法(命令行模式安裝)
- CentOS系統(tǒng)上安裝配置Oracle數(shù)據(jù)庫的詳細(xì)教程
- CentOS下PHP安裝Oracle擴(kuò)展
- CentOS 6.3下安裝部署Oracle服務(wù)器圖文教程
- Linux+php+apache+oracle環(huán)境搭建之CentOS下安裝Oracle數(shù)據(jù)庫
- Linux+php+apache+oracle環(huán)境搭建之CentOS下源碼編譯安裝PHP
- centos下Oracle11G圖文安裝教程