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 hangs while shutdown immediate

Re: Oracle hangs while shutdown immediate

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Wed, 04 Jun 2003 18:30:31 +0800
Message-ID: <3EDDCA47.539@yahoo.com>


Anton Dischner wrote:
>
> Hi,
>
> every week we do a nightly switch over between our master/slave
> configuration via an automated script.
>
> Sometimes the shutdown immediate hangs for no reason without any
> log-entries.
>
> I believe this is a bug but. Patching from 8.1.7 to 8.1.7.4 didn't
> change the behaviour.
>
> shutdown abort is a solution but not a good one.
>
> Any more ideas?
>
> SuSE 7.1, kernel 2.2.18-SMP, 4 * Xeon, 2GB main memory
> all programs stopped at this time.
>
> PS: I followed the shutdown from root user discussion ;-)

Try:

alter system checkpoint;
shutdown abort

if you're paranoid, add a:

startup restrict
shutdown immediate

after them

-- 
=========================
Connor McDonald
http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue"
Received on Wed Jun 04 2003 - 05:30:31 CDT

Original text of this message

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