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 doesn't shutdown

Re: Oracle doesn't shutdown

From: Hans Forbrich <forbrich_at_telusplanet.net>
Date: Fri, 16 May 2003 00:52:57 GMT
Message-ID: <3EC43521.D7CA806F@telusplanet.net>


"Howard J. Rogers" wrote:

> Mandrake and Oracle are not a certified combination, so you can expect
> fireworks from time to time.
>
> But that said, no... you shouldn't have to re-install the entire thing, or
> even re-create the entire database.
>
> What happens when you do things like type 'shutdown abort'? What, if any,
> errors are contained in your alert log?
>
> As a general rule, I'd avoid using abbreviated forms of commands, and type
> them in, in full, properly. That way *you* are in control, and not the
> application you're using at the time.
>
> As it is, the SQL Plus command 'shut' gets translated into the SQL command
> 'shutdown normal', and the salient characteristic of a shutdown normal is
> that it waits until all active sessions have logged themselves out of the
> database before attempting to proceed, and certainly makes no attempt to
> speed up the logout process by killing sessions off preemptively. If you've
> just started up your database after a power failure, it is quite possible
> that SMON is in the middle of an instance recovery when you ask to do a
> shutdown normal... and in that case, the shutdown will have to wait until
> SMON has finished its work. Depending on the size of the recovery being
> performed, that could be quite some time.

Supplement - if you started the enterprise manager agent (or any other agent for that matter) the database will appear to hang without active users as well.

Suggest OP learn how to check for active connections - and other general admin stuff. Good reading in the Oracle Concepts Manual and the Oracle Administration Guide at http://docs.oracle.com. (For a lighter intro, suitable to jump-start to these, I always recommend Oracle Essentials from http://oracle.oreilly.com - just MHO)

>
> Whether that's the issue, or whether something more serious is going on
> (unlikely) really can only be discovered by consulting your alert log.
>
> Regards
> HJR
Received on Thu May 15 2003 - 19:52:57 CDT

Original text of this message

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