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: Help: Which instance is for which shared memory

Re: Help: Which instance is for which shared memory

From: Phil Herring <phil_herring_at_yahoo.com.au>
Date: Wed, 04 Apr 2001 17:39:31 +1000
Message-ID: <3ACACFB3.D704932@yahoo.com.au>

u132781982_at_spawnkill.ip-mobilphone.net wrote:

> we have three instance running on our
> box, after shutdown the database, ipcs -mas
> still show three piece, i want to use
> ipcrm -m 400 to free the memory, but how can
> you tell which one is the right one to free?

If you don't know *for sure* how to determine the right segment to remove, DO NOT attempt to remove ANY segments. Deleting shared memory segments that are attached to a running Oracle DB will cause data corruption. (I know this from experience!)

Safe method: shut all instances down, clean up shared memory and semaphores, then start everything up again. Bear in mind that programs other than Oracle used shared memory, so tread warily even with this approach.

Received on Wed Apr 04 2001 - 02:39:31 CDT

Original text of this message

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