ORA-01034 : ORACLE not available
ORA-27101 : shared memory realm does not exist 오라클 10g에서는 대게 갑자기 오라클을 중단시켰을 경우 보통 shared memory realm does not exist 에러가 걸린다.
This error occur when the Oracle 10g is suddenly stopped.

| |
| C:\>sqlplus /nolog |
| SQL*Plus : Relase 10.2.0.1.0 - Production on .... |
| Copyright <c> 1982, ..... |
| |
| SQL> conn sys/as sysdba |
| 암호 입력: |
| 휴지 인스턴스에 접속되었습니다. |
| |
| SQL> startup |
| ORACLE 인스턴스가 시작되었습니다. |
| |
| Total System Global Area ... |
| Fixed Size ... |
| ... |
| 데이터베이스가 마운트되었습니다. |
| 데이터베이스가 열렸습니다. |
| |
| SQL> |
댓글을 사용할 수 없습니다.