Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle stops responding

Re: Oracle stops responding

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Wed, 19 Feb 2003 18:52:13 +0100
Message-ID: <v57hrlngqg4f4a@corp.supernews.com>

"Tore Skogly" <tore.skogly_at_c2i.net> wrote in message news:1045676420.222709_at_a217-118-32-43.bluecom.no...
> I am experiencing some problems with an Oracle 9.2.0.1 database on RedHat
> 8.0 (I know it is not a supported plattform by Oracle...)
>
> My hardware is a dual Xeon system with 2 GB memory.
>
> The problem is as follows:
> From time to time Oracle stops responding. From what I have seen this can
> occur when I try to delete lot of records (for instance 100000 or more)
> from a table.
> When connecting with sqlplus from another machine, sqlpus is unable to
> connect to the database.
> When i try to shut restart Oracle (by using "service oracle stop") the
> instance is not shut down.
> To make Oracle respond again i have to perform a ssh connection to the
> server running Oracle, and do the following:
>
> su - oracle
> sqlplus /nolog
> connect sys/password as sysdba
> shutdown abort
> startup
>
> "shutdown immediate" make no success.
> After this procedure all seems to be working again.
>
> The server is being tested before going into production, and I sure would
> like to have this problem solved as soon as possible.
>
> Anyone that can give me some hints to what can solve the problem.
>
> --
> Regards,
> Tore Skogly
> Senior IT consultant

Check for 'cannot allocate log' or 'checkpoint not complete' messages in the alert.
Or
Provide more clues.

Most likely you didn't configure the online redologs appropiately or you didn't configure them at all.
Time to read some DBA manuals I guess, especially if the database is already troubled before going production

Regards

--
Sybrand Bakker
Senior Oracle DBA

to reply remove '-verwijderdit' from my e-mail address
Received on Wed Feb 19 2003 - 11:52:13 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US