安装oracle10g的时候发现这样一个报错:http://write.blog.csdn.net/postedit/70049581
Error in invoking target 'collector' of makefile '/u01/app/oracle/product/10.2.0/db_1/sysman/lib/ins_emdb.mk'.
查看日志,看看什么问题:
[root@mygod1 oracle]# tail -f /software/app/oracle/oraInventory/logs/installActions2017-04-11_09-03-21PM.log INFO: make[1]: *** [/software/app/oracle/product/10.2.0/db_1/sysman/lib/nmccollector] Error 1 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 '/software/app/oracle/product/10.2.0/db_1/sysman/lib/ins_emdb.mk'. See '/software/app/oracle/oraInventory/logs/installActions2017-04-11_09-03-21PM.log' for details. Exception Severity: 1
我找到了解决方法:http://blog.itpub.net/27099995/viewspace-1258842/
http://openwares.net/database/debian_amd64_install_10g_r2_database.html
安装进度大约到65%时会有错误提示:这是oracle安装程序的一个bug,可以忽略此错误继续安装,对系统没什么影响。
转载请注明原文地址: https://ju.6miu.com/read-669712.html