When i try to run oracle as super user i got this error :
# su - oracle
/etc/profile[31] : The fork function failed. Too man process already
exist.
Can anyone help me to solve this issue
|
|
0
|
|
|
|
Reply
|
parthpintoo (15)
|
3/10/2006 7:41:15 AM |
|
It's been 4 years since I saw or touched a UNIX system but with 17 years of
HP-UX before that, I'd say you have to change either MAXUPRC (maximum number
of processes a user can have) or NPROC (system wide maximum number of
processes). Both are kernel parameters changeable by SAM.
Not bad for my memory! Like riding a bicycle.
JohnP
Retired and loving it
"pintoo" <parthpintoo@gmail.com> wrote in message
news:1141976475.508523.215270@u72g2000cwu.googlegroups.com...
> When i try to run oracle as super user i got this error :
>
> # su - oracle
>
> /etc/profile[31] : The fork function failed. Too man process already
> exist.
>
> Can anyone help me to solve this issue
>
|
|
0
|
|
|
|
Reply
|
John
|
3/11/2006 12:19:50 AM
|
|
John Pezzano <jpezz@myway.com> wrote:
> It's been 4 years since I saw or touched a UNIX system but with 17
> years of HP-UX before that, I'd say you have to change either
> MAXUPRC (maximum number of processes a user can have) or NPROC
> (system wide maximum number of processes). Both are kernel
> parameters changeable by SAM.
> Not bad for my memory! Like riding a bicycle.
Ah, but we've all moved to hoverboards now :) So, nproc and/or maxuprc
may be alterable dynamically via kctune or kmtune or whatever it is
these days :)
rick jones
--
oxymoron n, commuter in a gas-guzzling luxury SUV with an American flag
these opinions are mine, all mine; HP might not want them anyway... :)
feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...
|
|
0
|
|
|
|
Reply
|
Rick
|
3/11/2006 1:49:01 AM
|
|