1752810 Members
5756 Online
108789 Solutions
New Discussion юеВ

Re: Oracle and error-11

 
Devin McEntee
Occasional Contributor

Oracle and error-11

I'm running out of some resource with Oracle under load and Oracle reports OS error 11.

What is 11 ?
Where can I find the list of os errors


Thanks
dmcentee@firstgenetictrust.net
2 REPLIES 2
Clemens van Everdingen
Honored Contributor

Re: Oracle and error-11

Hi,

Try this:

# grep 11 /usr/include/sys/errno.h

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
A. Clay Stephenson
Acclaimed Contributor

Re: Oracle and error-11

Hi:

Errno 11 is EAGAIN. You probably need to increase NPROC though this could mean that there are not enough file locks as well.
If it ain't broke, I can fix that.