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: Shutdown Abort Damages Database!

Re: Shutdown Abort Damages Database!

From: Suzy Vordos <lvordos_at_qwest.com>
Date: Tue, 06 Aug 2002 15:21:03 -0800
Message-ID: <F001.004ACEEC.20020806152103@fatcity.com>

Don't recall ever seeing semaphore or shared memory segment residual after a shutdown abort. But, you can check using 'ipcs -sm'. To remove a shared memory segment use 'ipcrm -m' and to remove semaphores use 'ipcrm -s'. Check the man pages for more details.

"Post, Ethan" wrote:
>
> OK, that was bait, I admit it.
>
> So we all know that shutdown abort doesn't damage the database. However, do
> we have to ever worry about any UNIX shared memory segments hanging out
> there? I know we do if we end up having to kill the background procs but is
> this ever a case with shutdown abort?
>
> Also does anyone have some good step by step instructions for cleaning up a
> UNIX box after you kill the background procs?
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Post, Ethan
> INET: Ethan.Post_at_ps.net
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Suzy Vordos
  INET: lvordos_at_qwest.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Aug 06 2002 - 18:21:03 CDT

Original text of this message

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