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: db hang on shutdown - uh, maybe not

Re: db hang on shutdown - uh, maybe not

From: Ed Stevens <Ed_Stevens_at_nospam.noway.nohow>
Date: Mon, 21 Jan 2002 14:42:42 GMT
Message-ID: <3c4c2689.6212573@ausnews.austin.ibm.com>


On Wed, 16 Jan 2002 05:51:15 GMT, Paul Drake <paled_at_home.com> wrote:

>Ed,
>
>use a better shutdown routine.
>This is from memory, please test.
>
>execute in svrmgr30:
>
>alter system checkpoint;
>alter system archive log all;
>shutdown abort
>startup mount restrict
>alter system set job_queue_processes=0;
>alter database open;
>shutdown normal
>
>in this manner, you get a shutdown guaranteed, and the dbms_jobs can't
>interfere with the restart/clean shutdown.
>
>hth,
>
>Paul
>
>

<snip>
>
>

Seems I spoke too soon. It worked fine on a test db, but when it came time to run it for real on the production db, we again hung on the SHUTDOWN. The script looks like this:

and the spooled output looks like this, indicating that it hung on the SHUTDOWN ABORT command.

(c) Copyright 1997, Oracle Corporation. All Rights Reserved.

Oracle8 Release 8.0.5.1.1 - Production
PL/SQL Release 8.0.5.1.0 - Production

Connected.
Statement processed.
ORA-00271: there are no logs that need archiving Terminate batch job (Y/N)?
=== end quote ===

Looking at the alert.log and the NT system and application logs indicates that nearly an hour passed between issuing the SHUTDOWN and the operator finally pulling the plug

--
Ed Stevens
(Opinions expressed do not necessarily represent those of my employer.)
Received on Mon Jan 21 2002 - 08:42:42 CST

Original text of this message

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