Description:
During installation of Oracle Forms and Reports 11.1.2.2.0 on Oracle Linux 7.2 the following error occurs at 92% of progress.
Cause:
This is a bug occurs on EM Agent binaries link stage.
Solution:
1. Edit ins_emagent.mk file located in $ORACLE_HOME/sysman/lib/ins_emagent.mk
2. Search Below lines
$(SYSMANBIN)emdctl:
$(MK_EMAGENT_NMECTL)
3. Replace with below lines
$(SYSMANBIN)emdctl:
$(MK_EMAGENT_NMECTL) -lnnz11
4. Click Retry
Recent Posts