- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: killed due to trashed stack - HP UX 11.11 Orac...
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
08-21-2006 09:37 PM
08-21-2006 09:37 PM
killed due to trashed stack - HP UX 11.11 Oracle 10g
We are getting the error "Pid 26693 killed due to trashed stack. Pid 26693 was killed due to failure in writing the signal context" when we try to run our application on HP UX 11.11 ( Oracle 10g ). But the same execution is working fine on HPUX 11.11 ( Oracle 9i ). Can anybody let us know the solution for this error message?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2006 09:49 PM
08-21-2006 09:49 PM
Re: killed due to trashed stack - HP UX 11.11 Oracle 10g
assuming you have looked at PHKL_27283, can you increase the stacksize, as 10g has a higher usage than 9i.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2006 10:06 PM
08-21-2006 10:06 PM
Re: killed due to trashed stack - HP UX 11.11 Oracle 10g
Thanks for your reply. Could you please let me know
a) how to check whether the PHKL_27283 is installed or not?
b) how to increase the stack size ( is there any command used to do this ) ?
Your help on this would really be appreciated.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2006 10:43 PM
08-21-2006 10:43 PM
Re: killed due to trashed stack - HP UX 11.11 Oracle 10g
a) to check patch:
swlist -l patch|grep -i phkl_27283
hope this helps!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2006 10:55 PM
08-21-2006 10:55 PM
Re: killed due to trashed stack - HP UX 11.11 Oracle 10g
Several things should be done prior to oracle installation:
1) Check kmtune output against oracles minimum recommendations.
2) Install a recent bi-annaul patch release.
3) Install oracle patches required beyond a bi-annaul release.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2006 07:06 PM
08-22-2006 07:06 PM
Re: killed due to trashed stack - HP UX 11.11 Oracle 10g
Regarding the patch PHKL_27283, it is not installed in our system. But the patch PHKL_28474 is installed. Can you please let me know if we have to install PHKL_27283 even though we have got PHKL_28474 installed already ?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2006 08:53 PM
08-22-2006 08:53 PM
Re: killed due to trashed stack - HP UX 11.11 Oracle 10g
PHKL_27283 is superceded by PHKL_28474. This means that if you have PHKL_28474 installed, it has replaced your need for PHKL_27283, and in fact, as long as PHKL_28474 remains active on the system, SD tools will try their hardest to prevent you from installing PHKL_27283 on top of it. (Long story short, no, you are ok with PHKL_28474, but it sounds like your problem still exists.)
I wonder if this is a kernel tuning issue. (Although I never reserve judgement when Oracle is involved...) Have you reviewed the kernel parameter settings to verify you are in a tolerable range? (Like maxssiz and maxssiz_64...)
Hope it helps
John