ORACLE

shared memory realm does not exist

2008. 12. 31. 08:50

shared memory realm does not exist : 에러 발생시 ORACLE 서버 시작하는 방법

C:\>sqlplus /nolog

SQL*Plus: Release 10.2.0.1.0 - Production on 수 12월 31 08:33:00 2008

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

SQL> conn scott/tiger
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist

-------------------------------------------------------------------

ORACLE 서버의 시작

C:\>sqlplus /nolog

SQL*Plus: Release 10.2.0.1.0 - Production on 수 12월 31 08:34:31 2008

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

SQL> conn sys as sysdba
암호 입력:
휴지 인스턴스에 접속되었습니다.

SQL> startup
ORACLE 인스턴스가 시작되었습니다.

Total System Global Area  285212672 bytes
Fixed Size                  1287016 bytes
Variable Size              92277912 bytes
Database Buffers          188743680 bytes
Redo Buffers                2904064 bytes
데이터베이스가 마운트되었습니다.
데이터베이스가 열렸습니다.

SQL> conn scott/tiger
연결되었습니다.