내용으로 건너뛰기
adminschool.net wiki
사용자 도구
로그인
사이트 도구
검색
도구
문서 보기
이전 판
역링크
최근 바뀜
미디어 관리자
사이트맵
로그인
>
최근 바뀜
미디어 관리자
사이트맵
추적:
•
oracle
•
blockdump
•
notice
dbms:oracle:install:error_irman_ioracle
이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요.
====== Oracle DB 생성시 ins_rdbms.mk 오류 해결방법 ====== ===== irman ioracle 생성에러 ===== ==== Exception ==== - Exception String <code> Error in invoking target 'irman ioracle' of makefile '/u01/app/oracle/product/11.2.0/rdbms/lib/ins_rdbms.mk'. </code> - ORACLE LOG FILE <code> libocrutl11.so: undefined reference to `lfifcp' rdbms/lib/ins_rdbms.mk </code> ==== 해결 ==== - SWAP 영역이 충분하지 않을 경우 발생할 수 있다. - SWAP 영역 확인 <code> root@web02:/# free -m total used free shared buffers cached Mem: 993 847 145 377 9 670 -/+ buffers/cache: 167 825 Swap: 0 0 0 </code> - SWAP 파일생성 <code> $ dd if=/dev/zero of=/swapfile1 bs=1024 count=2097152 2097152+0 레코드 들어옴 2097152+0 레코드 나감 2147483648 바이트 (2.1 GB) 복사됨, 5.95209 초, 361 MB/초 </code> - SWAP 공간으로 설정 <code> # mkswap /swapfile1 Setting up swapspace version 1, size = 2097148 KiB no label, UUID=551aa29e-f2fa-473a-a24c-17cc7d2dbacf </code> - SWAP 활성화 <code> # chmod 0600 /swapfile1 # swapon /swapfile1 </code> - OS 재시작시에도 활성화되도록 fstab에 등록 <code> # vi /etc/fstab /swapfile11 swap swap defaults 0 0 </code> - SWAP 공간확인 <code> # free -m total used free shared buffers cached Mem: 993 847 145 377 9 670 -/+ buffers/cache: 167 825 Swap: 2047 64 1983 </code> ==== 다른 해결책 ==== - [[dbms:oracle:install:ins_rdbms.mk#irman_ioracle_생성에러 | Error in invoking target 'irman ioracle' of makefile ... 다른 해결방법 ]]
dbms/oracle/install/error_irman_ioracle.txt
· 마지막으로 수정됨: 2016/10/06 23:13 저자
starlits
문서 도구
문서 보기
이전 판
역링크
맨 위로