Which instance owns which unix shared memory segment
- With multiple instances on a system, sometimes it is helpful to know which instance owns which unix shared memory segments. Orphan memory segments can cause problems starting a database.
Searching for these by hand can take a long time on a system with many databases. This script lists all segments, their owners and any orphans.
Use ipcrm -m to remove problem segments.
(Added: 4-Feb-2003 Hits: 5257 Rating: 9.00 Votes: 1) Rate It