转自 http://blog.csdn.net/ly5156/article/details/6647563

遭遇Error in invoking target 'agent nmhs' of makefile '/home/oracle_11/app/oracle/product/11.2.0/db_1/sysman/lib/ins_emagent.mk'. 
解决过程

vi $ORACLE_HOME/sysman/lib/ins_emagent.mk

Search for the line
$(MK_EMAGENT_NMECTL)
Change it to:
$(MK_EMAGENT_NMECTL) -lnnz11

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2021-11-15
  • 2022-12-23
猜你喜欢
  • 2021-07-18
  • 2021-10-24
  • 2021-06-25
  • 2021-12-06
  • 2021-09-28
  • 2021-05-12
相关资源
相似解决方案