오라클 구동시 오류 발생 ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []
database/ORACLE 2012. 3. 8. 16:17반응형
<에러발생>
# sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Thu Mar 8 15:44:13 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> connect /as sysdba
Connected to an idle instance.
SQL> startup
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []
<해결방안>
"Warning: keltnfy call to ldmInit failed with error 46" 는
네트워크 환경 설정과 관련된 부분으로 인하여 발생하는 사항이며
/etc/hosts 파일의 확인 hostname을 체크 한다.
반응형