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
연결되었습니다.
'ORACLE' 카테고리의 다른 글
Starting Up a Database (0) | 2009.01.11 |
---|---|
인스턴스 관리 - PFILE & SPFILE (0) | 2009.01.11 |
Oracle 9i 설치 (0) | 2009.01.11 |
ORACLE SYSTEM 계정 비밀번호 분실시 해결방법 (0) | 2008.12.31 |
Oracle Database 10g 설치 & scott 계정 생성 (1) | 2008.12.23 |
ORACLE (0) | 2008.12.23 |