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: shared memory processes and oracle instances

RE: shared memory processes and oracle instances

From: Deepak Sharma <sharmakdeep_at_yahoo.com>
Date: Tue, 6 Jun 2000 10:32:30 -0700 (PDT)
Message-Id: <10520.107929@fatcity.com>


I have also used 'oradebug ipc' in the past. But, before I knew that I tried a different approach. There were 1 production and 2 other instances on the same box. Accidentally one of the 2 non-production got aborted accidentally. The 'ipcs -ma' still showed 3 instances. In order to startup the aborted instance I had to first cleanup the shared memory process (using ipcrm). My approach was to find the instance startup time for the instances already up, compare it with the last field CTIME (ipcs -ma). These were not exactly same, but close enough to identify the running instances (and thus, idenitfying the aborted instance)

But, surely 'oradebug ipc' is the answer. I am, however, not sure what happens when there are more than 1 shared memory process per Oracle instance when issuing a 'ipcs -ma'.

Received on Tue Jun 06 2000 - 12:32:30 CDT

Original text of this message

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