maxuprc and maxusers - ORA-27300, ORA-27301, ORA-27302


 
Thread Tools Search this Thread
Operating Systems Solaris maxuprc and maxusers - ORA-27300, ORA-27301, ORA-27302
# 1  
Old 08-31-2010
maxuprc and maxusers - ORA-27300, ORA-27301, ORA-27302

Hi all,

Am intermittently getting the following errors on one of my databases.


Code:
Errors in file /oracle/HRD/saptrace/background/hrd_psp0_13943.trc: 
ORA-27300: OS system dependent operation:fork failed with status: 12 
ORA-27301: OS failure message: Not enough space 
ORA-27302: failure occurred at: skgpspawn3

According to Google/Oracle Support, I have to increase the settings for maxuprc and maxusers but it did not give the formula on how much to increase it by.

Can someone please advise if they have any known "formula" to calculate what should be the ideal values for these two settings? Can I just pickup any random high numbers ... SmilieSmilieSmilie Setting these values are not mentioned in the Oracle Installation Guide.

Current values for these are as below:

Code:
maxuprc 29995 
maxusers 2048

Any advise will be much appreciated. Thanks in advance.
# 2  
Old 08-31-2010
Don't change it.
We have a very heavily used db. We get sporadic errors like this.

We have a poster as well --
Code:
DBA Job security:
ORA-300 
ORA-27300
ORA-12000

It also has a few other error codes. Unless these errors recur all the time, or there are failed Oracle processes, you are probably unwise to tinker with maxuprc.

The point being:
these things happen mostly due to badly written user code, and you can't fix it by changing tunable kernel parameters.

metalink has a set of things to look for, a tedious long list, for both of these error code families. If a user has complained because a process fails, then you get to log onto metalink and spend the next few days researching. Often, the problem is user code or incorrect schema permissions (especially for weirdo 12nnn errors), not oracle or kernel parms....
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Ora-27603:ora-27626:

Hi, User claim that job is running slow from their end. I DBA found in database the below errors in alert log file. ORA-27603: Cell storage I/O error, I/O failed on disk o/192.168.10.3/RECO_DM01_CD_01_drm01 at offset 13335789568 for data length 1048576 ORA-27626: Exadata error: 2201 (IO... (2 Replies)
Discussion started by: Maddy123
2 Replies

2. Shell Programming and Scripting

Tnanames.ora parser

Dears How can I use shell to parser this file? PRI = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 10.0.3.7)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = 10.0.3.17)(PORT = 1521)) ) (CONNECT_DATA = (SERVER = DEDICATED) ... (6 Replies)
Discussion started by: eric0826
6 Replies

3. Shell Programming and Scripting

Parsing Listener.ora

Anymore have any code to easily parse the listener.ora to update the ORACLE_HOME for a specific sid? thanks. (1 Reply)
Discussion started by: nugent
1 Replies

4. Shell Programming and Scripting

Check for “errors” or “ORA-”

I want to check for "errors" or "ORA-" in Y.if there is an error then exit Y=`sqlplus -s user/passwd<< EOF exec test_Proc; exit; EOF` if ; then exit 1 fi but this doesnt work (6 Replies)
Discussion started by: haadiya
6 Replies

5. Shell Programming and Scripting

Tnsnames.ora

Hi, I would like to modify, in script schell, the line right above (DESCRIPTION and check three cases : if line contain ".world" then line=line-".world" concat "," concat line if line dont contain ".world" then line=line concat "," concat line concat".world" else line=line Keep in... (10 Replies)
Discussion started by: elcaro
10 Replies

6. Shell Programming and Scripting

editing init.ora

Hi all- i am having some hiccups while writing a korn shell to edit init.ora file for automating latest PSU patchset.(Oracle) I am trying to edit(add) the ._fix_control and .event with certain parameters. if anyone has any idea that will be helpful. thanks. (1 Reply)
Discussion started by: sub
1 Replies

7. HP-UX

ORA-27300 error because of hp ux

Dear All, i am not able to start the 9i oracle database because of the following problems. I log in into unix and then into sqlplus export oracle_sid=SATEST startup nomount i am getting the following errors ORA-27300: OS system dependent operation:semget failed with... (3 Replies)
Discussion started by: alokpattar
3 Replies

8. UNIX for Advanced & Expert Users

grep all ORA errors except one ORA error

Hi - I am trying to grep all "ORA" errors in a log files.I have to grep all ORA errors except one error for example ORA-01653.How can exclude that error in "grep" command? In following "grep" command I want to exclude "ORA-01653" error grep -i ORA alert.log >>/tmp/ora_errors.txt ... (7 Replies)
Discussion started by: Mansoor8810
7 Replies

9. Solaris

init.ora

what is the function of the init.ora file and suppose by mistake it gets deleted , what will be the consequences on the server (1 Reply)
Discussion started by: asalman.qazi
1 Replies

10. UNIX for Dummies Questions & Answers

path of init.ora

hi i would like to know the path of init.ora in AIX Server i tried with find command but i could not find it. can somebody help me with that. (8 Replies)
Discussion started by: matrixmadhan
8 Replies
Login or Register to Ask a Question