1834163 Members
2747 Online
110064 Solutions
New Discussion

Memory Quadrants

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

Memory Quadrants

I have an N class running 4 Oracle instances. When trying to start a process scheduler, I get a "call to mmap failed". I understand you can use an HP-UX feature called memory windowing by using different quadrants for shared memory. Can someone explain this feature? How would I tell oracle to use a different quadrant?
UNIX IS GOOD
8 REPLIES 8
PIYUSH D. PATEL
Honored Contributor
Solution

Re: Memory Quadrants

Hi,

Go thro this technical paper on memory windows

http://docs.hp.com/hpux/onlinedocs/os/memwn1_4.pdf

Piyush

PIYUSH D. PATEL
Honored Contributor

Re: Memory Quadrants

Hi,

Also go thro the follwing link...

It also tell you how to make the memory windowing feature.

http://support2.itrc.hp.com/service/cki/docDisplay.do?docId=200000048912928

Piyush
Dave Wherry
Esteemed Contributor

Re: Memory Quadrants

What version of UX and what version of Oracle are you running? If you have them both on 64 bit versions you would not need memory windows.
MANOJ SRIVASTAVA
Honored Contributor

Re: Memory Quadrants

Hi Robert


Also you may like to look at this too :


http://supportweb.remedy.com/supportweb/Documentation/PDF/technotes/doc1371.pdf


Manoj Srivastava
Nobody's Hero
Valued Contributor

Re: Memory Quadrants

Hey Dave,

I am running 11.0 64bit OS and the DBA's loaded Oracle 8.1.6 32 bit. Am I limited because of the 32 bit Oracle?
UNIX IS GOOD
MANOJ SRIVASTAVA
Honored Contributor

Re: Memory Quadrants

Hi Robert


Yes that is true , you can load a 64 bit version of oracle , more can be read from :

http://docs.hp.com/hpux/onlinedocs/os/memwn1_4.pdf


Manoj Srivastava
PIYUSH D. PATEL
Honored Contributor

Re: Memory Quadrants

Hi,

Your OS is 64 bit and hence you will not have to make any changes in the OS. Oracle 32 bit has a limitation. You can load Oracle 64 bit.

Piyush
Dave Wherry
Esteemed Contributor

Re: Memory Quadrants

You have the 32 bit memory limitation for your Oracle instance. If you have other applications also on this system you could put Oracle in one memroy window and the other applications in other memory windows. My feeling is that would be more trouble than it's worth. Ask your DBA's to try and get Oracle up to 64 bit and these memory limitation go away.