Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 29901 invoked from network); 26 Sep 2007 13:19:26 -0500
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by 69.64.49.119 with SMTP; 26 Sep 2007 13:19:24 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 9F387780E3E;
 Wed, 26 Sep 2007 14:19:22 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 11606-08; Wed, 26 Sep 2007 14:19:22 -0400 (EDT)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 0EEA8780340;
 Wed, 26 Sep 2007 14:19:22 -0400 (EDT)
Received: with ECARTIS (v1.0.0; list oracle-l); Wed, 26 Sep 2007 13:33:53 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 015F6782B3B
 for <oracle-l@freelists.org>; Wed, 26 Sep 2007 13:33:53 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 03994-09 for <oracle-l@freelists.org>;
 Wed, 26 Sep 2007 13:33:52 -0400 (EDT)
Received: from smarty.dreamhost.com (smarty.dreamhost.com [208.113.175.8])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 7E48C782C1A
 for <oracle-l@freelists.org>; Wed, 26 Sep 2007 13:33:51 -0400 (EDT)
Received: from slaughter.dreamhost.com (dreamhostlb1.dreamhost.com [208.97.187.133])
 by smarty.dreamhost.com (Postfix) with ESMTP id B3D15EE850;
 Wed, 26 Sep 2007 10:33:47 -0700 (PDT)
Received: from lady.zephyrus.com (localhost [127.0.0.1])
 by slaughter.dreamhost.com (Postfix) with ESMTP id 9BE055B5CF;
 Wed, 26 Sep 2007 10:33:47 -0700 (PDT)
Received: from 206.227.128.10
        (SquirrelMail authenticated user kmoore@zephyrus.com)
        by lady.zephyrus.com with HTTP;
        Wed, 26 Sep 2007 12:33:47 -0500 (CDT)
Message-ID: <6634.206.227.128.10.1190828027.squirrel@lady.zephyrus.com>
In-Reply-To: <ad3aa4c90709260836p770e94dcj3a001387837741d1@mail.gmail.com>
References: <ad3aa4c90709260836p770e94dcj3a001387837741d1@mail.gmail.com>
Date: Wed, 26 Sep 2007 12:33:47 -0500 (CDT)
Subject: Re: A really strange one..
From: "Keith Moore" <kmoore@zephyrus.com>
To: andrew.kerber@gmail.com
Cc: "oracle-l" <oracle-l@freelists.org>
User-Agent: SquirrelMail/1.4.10a
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
X-archive-position: 1921
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: kmoore@zephyrus.com
Precedence: normal
Reply-to: kmoore@zephyrus.com
List-help: <mailto:ecartis@freelists.org?Subject=help>
List-unsubscribe: <oracle-l-request@freelists.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: oracle-l <oracle-l.freelists.org>
X-List-ID: oracle-l <oracle-l.freelists.org>
List-subscribe: <oracle-l-request@freelists.org?Subject=subscribe>
List-owner: <mailto:steve.adams@ixora.com.au>
List-post: <mailto:oracle-l@freelists.org>
List-archive: <http://www.freelists.org/archives/oracle-l>
X-list: oracle-l
X-Virus-Scanned: Debian amavisd-new at localhost.localdomain

Was it on AIX?

We have seen similar strange things there. I don't remember all the details,
but at one point there were no background processes, yet we could still logon
using sqlplus! Couldn't do anything, but it said we were connected.

When we tried to startup the database, it also told us that it was already
running.

Keith

> Ok, I just ran into a strange one this morning.  US central time that is.
>
> We are moving our clustered databases to new servers, and we put one
> database onto the new hardware for initial testing.  We restored from a
> backup, and got both instances running.  Today when I did a
>
> ps -ef | grep pmon
>
> I saw two pmon processes going for the single instance.  I have no idea what
> could have caused that.  So I set my oracle_sid, path, oracle_Home and
> shutdown the instance.  What do you know, there was still one pmon process
> running.  I did a kill -9 on that one.
>
> Then I go to start the instance again.  And I get this error:  ORA 01081
> "cannot start already-running ORACLE - shut it down first"
>
> I did a ps -ef | grep oracle, didnt get anything (except my user process of
> course).
>
> I finally googled and found one possibility, a locked shared memory segment.
>
> Sure enough
>
> ipcs -a | grep dba
>
> returned a large segment of memory that was still locked.  So I ran this
> (found on the same site) and released it:
>
> ipcs -a | grep dba | perl -ane 'system "ipcrm -$F[0] $F[1]"'
>
>
> My question is, has anyone seen this before, or know what causes it?
>
>
>
> --
> Andrew W. Kerber
>
> 'If at first you dont succeed, dont take up skydiving.'
>


--
http://www.freelists.org/webpage/oracle-l


