Operating System - HP-UX
1834601 Members
3886 Online
110069 Solutions
New Discussion

HP-UX Error: 12 - Oracle9i on HP-UX 11i

 
Alzhy
Honored Contributor

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

Hakuna Matata.
7 REPLIES 7
TwoProc
Honored Contributor

Re: HP-UX Error: 12 - Oracle9i on HP-UX 11i

The error code for that is "Not enough core".

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.
We are the people our parents warned us about --Jimmy Buffett
Steven E. Protter
Exalted Contributor

Re: HP-UX Error: 12 - Oracle9i on HP-UX 11i

memory windows are how 32 bit systems get access to more contiguous memory. If this is a 64 bit system with 64 bit oracle memory windows should not be necessary.

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
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Deoncia Grayson_1
Honored Contributor

Re: HP-UX Error: 12 - Oracle9i on HP-UX 11i

I agree with SEP, you might seriously want to consider tuning maxdsiz_64bit a bit higher if your server allows it, this link might be of interest to you as well...

http://support.businessobjects.com/library/kbase/articles/c2010558.asp
If no one ever took risks, Michelangelo would have painted the Sistine floor. -Neil Simon
Alzhy
Honored Contributor

Re: HP-UX Error: 12 - Oracle9i on HP-UX 11i

What's the biggest danger of bumping up maxdsiz_64bit to say 2GB or even 4GB? Will it put serious memory pressures on our server - which already averages close to 90% memory utilisation?



Hakuna Matata.
Nobody's Hero
Valued Contributor

Re: HP-UX Error: 12 - Oracle9i on HP-UX 11i

We have maxdsiz_64 set to 2 GB running 64bit OS and Oracle.

Dont seem to have any memory issues. In fact, changing that parm to 2Gig helped and allowed the DBA's to start more instances.
UNIX IS GOOD
Steven E. Protter
Exalted Contributor

Re: HP-UX Error: 12 - Oracle9i on HP-UX 11i

Nelson,

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
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Alzhy
Honored Contributor

Re: HP-UX Error: 12 - Oracle9i on HP-UX 11i

SEP:

* 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!


Hakuna Matata.