Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

shared memory qustion

EdStevensJun 14 2012 — edited Jun 15 2012
Oracle 10.2.0.4, 11.2.0.1, 11.2.0.2
Oracle Linux 5.6 64bit
Development box with multiple databases


Just when I thought I was getting a handle on useage of os shared memory (/dev/shm) ......

Up unitl now, if did an 'ls -l /dev/shm', I would see segments for every running instance. That is, say I did a 'ps -ef | grep pmon' and had 'oradbA', 'oradbB' and 'oradbC' , a 'ls -l /dev/shm' would show a bunch of segments for each, 'oradbA', 'oradbB' and 'oradbC'. Now I take a look a this one server, and I only see shm segments for only one of the running instances.

And no, it's not a matter of them scrolling off the screen. I'm using putty, and logging the entire session, so I can look at the log file and see evertthing, not just what's in the screen buffer. or if I grep the ouput ...

oracle:fs91upg$ ps -ef|grep pmon|grep -v grep
oracle   13064     1  0 Jun11 ?        00:00:00 ora_pmon_fsupg
oracle   13133     1  0 Jun11 ?        00:00:00 ora_pmon_hr91tst
oracle   13229     1  0 Jun11 ?        00:00:00 ora_pmon_hr91dev
oracle   13329     1  0 Jun11 ?        00:00:00 ora_pmon_hr91dmo
oracle   13425     1  0 Jun11 ?        00:00:00 ora_pmon_hr91upg
oracle   13520     1  0 Jun11 ?        00:00:00 ora_pmon_fs9dev
oracle   13663     1  0 Jun11 ?        00:00:00 ora_pmon_fs91dmo
oracle   14295     1  0 Jun11 ?        00:00:00 ora_pmon_fs9dmo
oracle   28297     1  0 Jun12 ?        00:00:00 ora_pmon_fs91upg
oracle:fs91upg$

oracle:fs91upg$ ls /devls /dev/shm | grep fsupg
oracle:fs91upg$ ls /dev/shm | grep hr91tst
oracle:fs91upg$ ls /dev/shm | grep hr91dev
oracle:fs91upg$ ls /dev/shm | grep hr1991dmo
oracle:fs91upg$ ls /dev/shm | grep hr91upg
oracle:fs91upg$ ls /dev/shm | grep fs9dev
oracle:fs91upg$ ls /dev/shm | grep fs9dmo
oracle:fs91upg$ ls /dev/shm | grep fs91upg
oracle:fs91upg$ ls /dev/shm | grep fs91dmo
ora_fs91dmo_524298_0
ora_fs91dmo_524298_1
ora_fs91dmo_557067_0
ora_fs91dmo_557067_1
ora_fs91dmo_557067_10
<snip>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 13 2012
Added on Jun 14 2012
8 comments
197 views