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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Slow Database Shutdown Time

Re: Slow Database Shutdown Time

From: Vasu Balla <appsdba_at_gmail.com>
Date: Wed, 8 Jun 2005 22:19:31 +0530
Message-ID: <47dc80a2050608094934b73514@mail.gmail.com>


i usually do

alter system checkpoint;
shutdown abort
startup
shutdown immediate

sometimes i tend to forget checkpoint & abort and directly do shutdown immediate. in this case , atleast in 9.2.0.4+ , alert log will list PIDs of all active server process that shutdown is waiting on .so=20 just killing them will get the db down real fast

-vAsu

On 6/8/05, Dennis Williams <oracledba.williams_at_gmail.com> wrote:

> mentions, namely shutdown abort, followed by a startup and a normal
> shutdown. Some sites have had a normal shutdown immediate hang for
> extended periods of time. There were rumors that in earlier versions
> of Oracle there were some issues with shutdown abort, but recent
> Oracle versions don't seem to have that problem.
>=20
> Dennis Williams

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jun 08 2005 - 12:54:32 CDT

Original text of this message

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