You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
You are viewing the article in preview mode. It is not live at the moment.
Support is available Mon-Fri from 0800 to 1700 Central Time @ (833) 820-5172 Option 2
Home > Compute Articles > Ora-27103 Internal Error Svr4 Error 11 Resource Temporarily > Ora-27103 Internal Error Svr4 Error 11 Resource Temporarily

Ora-27103 Internal Error Svr4 Error 11 Resource Temporarily ❲TOP-RATED – Handbook❳

Introduction If you are an Oracle Database Administrator (DBA) working on Unix/Linux-based systems (Solaris, AIX, Linux), you might occasionally encounter the cryptic error:

oracle soft nproc 65536 oracle hard nproc 65536 Reboot or re-login as oracle. If the instance is misconfigured: Ora-27103 Internal Error Svr4 Error 11 Resource Temporarily

ipcs -ls showed SEMMNI=128 . The database’s PROCESSES=1500 . Each Oracle process consumes a semaphore. With multiple instances, 128 semaphore sets were insufficient. Introduction If you are an Oracle Database Administrator

Set kernel.sem = 1500 32000 100 512 in sysctl.conf. The database started immediately. Conclusion The ORA-27103: internal error, svr4 error 11, resource temporarily unavailable is intimidating but almost never an Oracle code bug. It is the OS’s polite way of saying, “I’m too busy or too constrained to give you another resource right now.” Each Oracle process consumes a semaphore

At first glance, this message seems to point to an “internal error,” which might suggest a bug in Oracle. However, more often than not, the root cause lies in the operating system’s inability to allocate necessary resources to the Oracle process.

Feedback
0 out of 0 found this helpful

scroll to top icon