- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX Error: 12 - Oracle9i on HP-UX 11i
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
03-08-2005 04:47 AM
03-08-2005 04:47 AM
HP-UX Error: 12 - Oracle9i on HP-UX 11i
HP-UX Error: 12: Not enough space
Anyone encountered this before?
max_mem_window = 0
maxdsiz_64bit 1073741824
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 05:18 AM
03-08-2005 05:18 AM
Re: HP-UX Error: 12 - Oracle9i on HP-UX 11i
What are you doing at this point? Relinking ?
Two possibles:
a) you're not using the ansi C compiler - you're using the one that shipped with the system.
b) your stacksize is too small on the system.
what is the value of maxssiz and maxssiz_64bit ?
See if you can review and make bigger.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 05:22 AM
03-08-2005 05:22 AM
Re: HP-UX Error: 12 - Oracle9i on HP-UX 11i
maxdsiz_64bit might want to up that some, but that depends on a lot of things. What kind of system, how much memory, etc.
Might find some guidance at metalink.oracle.com
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
03-08-2005 05:25 AM
03-08-2005 05:25 AM
Re: HP-UX Error: 12 - Oracle9i on HP-UX 11i
http://support.businessobjects.com/library/kbase/articles/c2010558.asp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 05:38 AM
03-08-2005 05:38 AM
Re: HP-UX Error: 12 - Oracle9i on HP-UX 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 05:55 AM
03-08-2005 05:55 AM
Re: HP-UX Error: 12 - Oracle9i on HP-UX 11i
Dont seem to have any memory issues. In fact, changing that parm to 2Gig helped and allowed the DBA's to start more instances.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 06:11 AM
03-08-2005 06:11 AM
Re: HP-UX Error: 12 - Oracle9i on HP-UX 11i
You have the best picture, overall of the memory situation.
Increasing the parameter will allow for larger memory chucks to be allocated. If the system is under pressure, it might simply need more memory.
Ideas:
* Check the oracle sga and see if its unreasonable.
* Additional memory.
* Thorough performance analysis(see attachments).
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
03-08-2005 06:16 AM
03-08-2005 06:16 AM
Re: HP-UX Error: 12 - Oracle9i on HP-UX 11i
* Check the oracle sga and see if its unreasonable.
Good question.. until now I've actually never ever seen a really good SGA sizing formula. AFAIK - the SGA merry go round is a trial and error method - that is a constant monitoring of cache hit and other "ratios" and continue lowering or increasing SGA components until you hit a "sweet spot"
BTW, I think our problem is simpy maxdsiz_64bit param simply set too low -- even low by Oralce on HP-UX 11i standards..
Thanks y'all!