Since we have upgraded to oracle 9i every day or so we have to go in
and shutdown oracle and restart it, here is what we do:
sqlplus /nolog
connect sys as sysdba
password:
connected to an idle instance
shutdown
ORA-01034 Oracle not available
ORA-27101 Shared memory realm does not exist
startup
Then it starts up and works fine for another day or so.
This is running on a Windows 2000 machine with 512mb ram, 2 1.8GHz
processors.
Any ideas?
and shutdown oracle and restart it, here is what we do:
sqlplus /nolog
connect sys as sysdba
password:
connected to an idle instance
shutdown
ORA-01034 Oracle not available
ORA-27101 Shared memory realm does not exist
startup
Then it starts up and works fine for another day or so.
This is running on a Windows 2000 machine with 512mb ram, 2 1.8GHz
processors.
Any ideas?
Comment