ORA-00600: internal error code, arguments: [17070], [], [], [], [], [], [], []
2007/08/03 17:15 from IT/ORACLE
결론은 오라클 버그. 오라클이 순간적으로 접속불능이 되서 10여분간 긴장된 시간을 보냈다. 별로 잘못한게 없었는데...
저 에러가 뜨면 oracle client로는 접속이 안된다.
참조 URL: https://metalink.oracle.com/metalink/plsql/f?p=130:14:1358207593145335000::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,258661.1,1,1,1,helvetica
버전: Oracle 8.1.7.4 (OS하고는 상관없이 일어날수 있음)
결론: Oracle Bug
가능한 작업: shutdown abort and startup
oracle client로는 접속이 안되기 때문에 svrmgrl 툴을 이용하여 restart 할것.
뭐 이리해서 안되면.. 삽질해야지 머..;
저 에러가 뜨면 oracle client로는 접속이 안된다.
참조 URL: https://metalink.oracle.com/metalink/plsql/f?p=130:14:1358207593145335000::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,258661.1,1,1,1,helvetica
버전: Oracle 8.1.7.4 (OS하고는 상관없이 일어날수 있음)
결론: Oracle Bug
가능한 작업: shutdown abort and startup
oracle client로는 접속이 안되기 때문에 svrmgrl 툴을 이용하여 restart 할것.
oracle> svrmgrl
Oracle Server Manager Release 3.1.7.0.0 - Production
Oracle Server Manager Release 3.1.7.0.0 - Production
Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.
Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
With the Partitioning option
JServer Release 8.1.7.4.0 - Production
With the Partitioning option
JServer Release 8.1.7.4.0 - Production
SVRMGR> connect internal
connected.
SVRMGRL> shutdown abort;
SVRMGRL> startup
connected.
SVRMGRL> shutdown abort;
SVRMGRL> startup
뭐 이리해서 안되면.. 삽질해야지 머..;
'IT > ORACLE' 카테고리의 다른 글
| NAT하에서의 Oracle 접속 (1) | 2008/10/11 |
|---|---|
| 뜬금없이 export 가 안될때.. (0) | 2007/09/16 |
| Oracle SQLPLUS 에서 자신의 로그인 아이디와 ORACLE_SID 표시하기 (2) | 2007/09/11 |
| ORA-00600: internal error code, arguments: [17070], [], [], [], [], [], [], [] (1) | 2007/08/03 |
| Stupid Oracle.. (0) | 2007/06/12 |
| Oracle에서 다른 유저의 Package Body 보기 (0) | 2007/05/28 |