결론은 오라클 버그. 오라클이 순간적으로 접속불능이 되서 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> svrmgrl

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
SVRMGR> connect internal

connected.

SVRMGRL> shutdown abort;

SVRMGRL> startup

뭐 이리해서 안되면.. 삽질해야지 머..;
Posted by viatoris 트랙백 0 : 댓글 1