HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Share memory for Oracle 8i
Operating System - HP-UX
1838105
Members
3744
Online
110124
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 09:58 PM
07-15-2002 09:58 PM
Share memory for Oracle 8i
Hi,everyone,last night I restarted Oracle,the SGA set to 2.7GB,when I used ipcs I found two 2.7GB share memory segments were allocated, one's attribute set to "D" and NATTCH was 1, but processes showed in LSPID and LRPID were not existent.
My question is how to find out the process used this segment and release it without restart the machine?
My question is how to find out the process used this segment and release it without restart the machine?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 04:02 AM
07-16-2002 04:02 AM
Re: Share memory for Oracle 8i
Unfortunately, once the processes disappear (without closing and releasing any shared memory segments that they allocated), there is no way to identify the original processes. Shared memory is quite flexible in that segments may be created by one process and used by others with no restriction on tying the segment(s) to a specific program.
This is why is it so very important never to use kill -9 for complex programs. Every program should be given a chance to shutdown properly (and kill -9 does not allow this).
Bill Hassell, sysadmin
This is why is it so very important never to use kill -9 for complex programs. Every program should be given a chance to shutdown properly (and kill -9 does not allow this).
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 09:46 AM
07-16-2002 09:46 AM
Re: Share memory for Oracle 8i
Hi Wan Bo,
do you have "GlancePlus" installed?
Then you could look for the "memory regions" for each suspicious process.
If one is attached to your "D"eleted segment, decide wether you could kill it (but safely, like kill -15, then kill -1, then kill -2).
Does this segment disappear now from "ipcs -m"?
HTH,
Wodisch
do you have "GlancePlus" installed?
Then you could look for the "memory regions" for each suspicious process.
If one is attached to your "D"eleted segment, decide wether you could kill it (but safely, like kill -15, then kill -1, then kill -2).
Does this segment disappear now from "ipcs -m"?
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 09:59 AM
07-16-2002 09:59 AM
Re: Share memory for Oracle 8i
Hi,
#ipcs -mb
will show you the shared memory used by the processes.
#ipcrm -m
Use the above command to release the memory.
shmid --> shared memory ID. You will get this from ipcs -mb command.
#ipcs -mb
will show you the shared memory used by the processes.
#ipcrm -m
Use the above command to release the memory.
shmid --> shared memory ID. You will get this from ipcs -mb command.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP