Programer/DB

ORA-00600

2012. 3. 21. 10:52

이리저리 서버가지고 놀던중 어라? 뭐지 이건? 뜬금없이 오라클이 띄워지지 않는다... 뷁~~~ -_-;;;

SQL*Plus: Release 10.2.0.1.0 - Production on Wed Mar 21 10:52:06 2012

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

Connected to an idle instance.

SQL> startup
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []

이건 도대체 무슨 에러인거야~~~~

확인 결과..... 실제 호스트명과  /etc/hosts  안에 호스트명이 달랐다고 한다..

나의 경우는
127.0.0.1      localhost.localdomain localhost
::1             localhost6.localdomain6 localhost6

요런 놈( '') 을 (.. ) 요렇게 바꾸어 주었다.

127.0.0.1       janus0105 localhost.localdomain localhost
::1             localhost6.localdomain6 localhost6

뭐.. 간단하구먼....