Re: Oracle 9i problem
Date: 5 Dec 2003 05:30:56 -0800
Message-ID: <db1f3a11.0312050530.f95a7c8_at_posting.google.com>
Hmm, Windows update is set to run and install updates I believe, but not to reboot. This is release 1 from oracle. We initially thought that it was the backups but the backups run at midnight, and sometimes users can connect up to about 9:00 am before it crashes. After reboot everything starts up and works as it should, the server is running sp4. About the only other thing running on this machine is iis and an online app that uses oracle.
Hans Forbrich <forbrich_at_yahoo.net> wrote in message news:<3FCF6395.5A595AB1_at_yahoo.net>...
> NTidd wrote:
> >
> > 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?
>
> Windows 2000 Server? Oracle9i Release 1?
>
> (I'd certainly be looking at upping the memory a bit - I'd expect
> 512M/CPU, but that's likely off topic!)
>
> In the above you do not need to shutdown. It's already shut down,
> recognizable by the 'connected to an idle instance' message and the
> reason for the ORA-01034/27101. (Nothing wrong with your procedure
> though.)
>
> TSTO - something's terminating the Oracle instance. Any chance you've
> got Windows Update running and rebooting the machine automatically? Or
> some other utility? Do you have Oracle's services auto-starting after
> reboot? What else is running on the machine? Is there a job
> consistently running immediately prior to the 'crash'? Can you monitor
> for memory leaks?
Received on Fri Dec 05 2003 - 14:30:56 CET