1745829 Members
3886 Online
108722 Solutions
New Discussion юеВ

Re: Connection Error

 
Isaac_4
Frequent Advisor

Connection Error

HI:

I have a problem with my oracle Clients, I get a error " HPUX 12 " Out Of Memory. I check the swapinfo and when
memory 1532 1459 73 98 % the system not allow more connections and send the error above

Some body know this error
The time is gold
4 REPLIES 4
Sandman!
Honored Contributor

Re: Connection Error

Could you post the output of "swapinfo -mat"
Ramaprasad N
Honored Contributor

Re: Connection Error

You may have to tune your kernel. Increase the shared memory segments and try again. Try to increase the swap space too.

-Ram
Bill Hassell
Honored Contributor

Re: Connection Error

error 12 (technically, errno 12 or ENOMEM) means you are out of memory. There are many, many reasons and solutions, some involve recompiling 32bit programs with new options, other involve reducing SGA (but Oracle will run slower) and of course, adding a significant amount of additional RAM.


Bill Hassell, sysadmin
George Liu_4
Trusted Contributor

Re: Connection Error

It is apparent it used up memory. Add physical memory is the easiest if your applications do eat lots of memory. Otherwise, do kernel tuning, and make bigger swap, may help.