내맘대로긍정이 알려주는
Oracle 23ai 신기능
무료 세미나 발표자료
다운로드
trending_flat
실습환경
Oracle Linux 6.8 + Oracle 데이터베이스 11g R2 P4
오류
./runInstaller의 agent nmhs 오류
Error in invoking target 'agent nmhs' of makefile '/app/oracle/product/11.2.0/db_1/sysman/lib/ins_emagent.mk'. See '/app/oraInventory/logs/installActions2016-08-29_03-29-16PM.log' for details.
해결방법
vi /$ORACLE_HOME/ctx/lib/ins_ctx.mk
기존
ctxhx: $(CTXHXOBJ)
$(LINK_CTXHX) $(CTXHXOBJ) $(INSO_LINK)
변경
ctxhx: $(CTXHXOBJ)
-static $(LINK_CTXHX) $(CTXHXOBJ) $(INSO_LINK) /usr/lib64/stdc.a
Retry 후 continue
이방법 또는 glibc-devel.i386 을 설치
같이 나타나는 오류
http://positivemh.tistory.com/39
'ORACLE > Trouble Shooting' 카테고리의 다른 글
ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory (0) | 2017.05.31 |
---|---|
Error in invoking target ‘agent nmhs’ of makefile ‘$ORACLE_HOME/sysman/lib/ins_emagent.mk’. (0) | 2017.05.31 |
/lib/ld-linux.so.2: bad ELF interpreter: no such file or directory. 에러 (0) | 2017.02.14 |
rac 트러블슈팅 (15) | 2017.01.26 |
rac 설치 중 에러 발생 시 확인해야 할 로그 (0) | 2017.01.17 |