1. 程式人生 > >Ora-27300 OS system dependent operation:fork faile

Ora-27300 OS system dependent operation:fork faile

oracle red app sele failed line 正常 mman erro

1、環境描述

AIX 6.1
Oracle 11.2.0.1

2、問題描述
應用連接到數據庫後自動斷開連接,業務無法正常使用。
sqlplus / as sysdba 可以登錄到數據庫中。

3、報錯信息
Errors in file /u01/oracle/admin/orcl/bdump/orcl1_psp0_954436.trc:
ORA-27300: OS system dependent operation:fork failed with status: 11
ORA-27301: OS failure message: Resource temporarily unavailable
ORA-27302: failure occurred at: skgpspawn3

4、解決方法
1)login as root.

2)use smitty utility
Select ‘System Environments‘
Select ‘Change / Show Characteristics of Operating System‘
Maximum number of PROCESSES allowed per user‘ ---> change to an appropriate value

OR

use command line:
chdev -l sys0 -a maxuproc <n>, where n is an appropraite value

5、小結
數據庫連接是通過操作系統參數和數據庫參數共同控制的,在安裝數據庫的時候一定要設置好相關參數,避免業務增加後,導致此類問題出現。所以,數據庫安裝很重要,該調整的參數安裝的時候就調整好尤為重要。

Ora-27300 OS system dependent operation:fork faile