ORA-27300 错误处理

客户抱怨无法连接到数据库。
查看错误信息

点击(此处)折叠或打开

  1. ORA-27300: OS system dependent operation:fork failed with status: 11
  2. ORA-27301: OS failure message: Resource temporarily unavailable
  3. ORA-27302: failure occurred at: skgpspawn5
  4. Mon Nov 04 12:02:35 2013
  5. Fatal NI connect error 12170.

  6.   VERSION INFORMATION:
  7. TNS for Linux: Version 11.2.0.3.0 - Production
  8. Oracle Bequeath NT Protocol Adapter for Linux: Version 11.2.0.3.0 - Production
  9. TCP/IP NT Protocol Adapter for Linux: Version 11.2.0.3.0 - Production
  10.   Time: 04-NOV-2013 14:27:19
  11.   Tracing not turned on.
  12.   Tns error struct:
  13.     ns main err code: 12535
  14.     
  15. TNS-12535: TNS:operation timed out
  16.     ns secondary err code: 12560
  17.     nt main err code: 505
  18.     
  19. TNS-00505: Operation timed out
  20.     nt secondary err code: 110
  21.     nt OS err code: 0
  22.   Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.9.199.38)(PORT=57156))
  23. Mon Nov 04 14:27:20 2013

这里有个 fork。我们知道 dedicated 模式下。当用户通过权限检查后, 监听器进程 会 用 fork的方式 分叉出 一个进程 ( server process) 来为用户进程服务。
错误信息里显示fork 失败。应该是oracle用户的进程数超过了操作系统的限制了。

处理方法:调整用户进程的上限。或者考虑用 shared 模式连接。
请使用浏览器的分享功能分享到微信等