Operating System - HP-UX
1828625 Members
1737 Online
109983 Solutions
New Discussion

how do I know which which oracle instance created this share memory?

 
SOLVED
Go to solution
Ninad_1
Honored Contributor
Solution

Re: how do I know which which oracle instance created this share memory?

Hanry,

This is a very interesting link. Which mentions following steps to corelate the shared memory segment

http://www.orafaq.com/node/8

using svrmgr connect to database
$ svrmgrl
SVRMGR>connect internal
SVRMGR>oradebug ipc

Which gives output like

-------------- Shared memory --------------
Seg Id Address Size
10250 c1eaf000 4591616
Total: # of segments = 1, size = 4591616
-------------- Semaphores ----------------
Total number of semaphores = 50
Number of semaphores per set = 50
Number of semaphore sets = 1
Semaphore identifiers:
188434


Regards,
Ninad