Is there any issues with having multiple ipcs -mb shared segments on a server?
We have upgrade most of our OS to Solaris 10, what I've noticed is that when
I do a ipcs -mb I get multiple segments
HOULIVE > ipcs -mb
IPC status from <running system> as of Mon Nov 2 12:23:18 GMT 2009
T ID KEY MODE OWNER GROUP SEGSZ
Shared Memory:
m 1124073587 0x8ea08e70 --rw-r----- oracle dba 24576
m 754974834 0 --rw-r----- oracle dba 1426063360
m 754974833 0 --rw-r----- oracle dba 1426063360
m 369098864 0 --rw-r----- oracle dba 5737807872
HOULIVE >
Is this normal or is there something I can do to make sure they're all in one segment?
its more of a question, is there any issues with having multiple ipcs -mb shared segments on a server for 1 database, and is there a way to stop it?
HOULIVE > ipcs -mb
IPC status from <running system> as of Mon Nov 2 12:23:18 GMT 2009
T ID KEY MODE OWNER GROUP SEGSZ
Shared Memory:
m 1124073587 0x8ea08e70 --rw-r----- oracle dba 24576
m 754974834 0 --rw-r----- oracle dba 1426063360
m 754974833 0 --rw-r----- oracle dba 1426063360
m 369098864 0 --rw-r----- oracle dba 5737807872
HOULIVE >
Is this normal or is there something I can do to make sure they're all in one segment?
its more of a question, is there any issues with having multiple ipcs -mb shared segments on a server for 1 database, and is there a way to stop it?
0