ORACLE not available [message #305189] |
Mon, 10 March 2008 01:34 |
adit_me1
Messages: 49 Registered: October 2007 Location: BANGALORE
|
Member |
|
|
I see the error messages for one of our application services:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
No such file or directory
The database seems to be mounted correctly and the listener is running. I have followed the various advice on bouncing the database but nothing seems to help. Does anybody who may have experienced the same problem have any thoughts or suggestions?
Any help is greatly appreciated.
Thanks,
aditya
|
|
|
|
|
Re: ORACLE not available [message #305476 is a reply to message #305191] |
Mon, 10 March 2008 23:42 |
sarava20
Messages: 11 Registered: February 2008
|
Junior Member |
|
|
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Try this...i faced the same problem in oracle 8i....
Not sure abt in 10g....
C:>sqlplus /nolog
SQL> connect /as sysdba
Connected to an idle instance.
SQL> STARTUP PFILE=D:\oracle\admin\orcl\pfile\init.ora
ORACLE instance started.
Total System Global Area 237856796 bytes
Fixed Size 75804 bytes
Variable Size 80416768 bytes
Database Buffers 157286400 bytes
Redo Buffers 77824 bytes
Database mounted.
Database opened.
SQL>connect scott/tiger
connected
SQL>
|
|
|
|
|