Results 1 to 2 of 2
Hi
When i log in to oracle user, it gives this error;
-bash: ulimit: max user processes: cannot modify limit: Operation not permitted
the output of the /etc/profile is;
if ...
- 12-15-2011 #1Just Joined!
- Join Date
- Dec 2011
- Posts
- 1
Cannot modify limit: Operation not permitted
Hi
When i log in to oracle user, it gives this error;
-bash: ulimit: max user processes: cannot modify limit: Operation not permitted
the output of the /etc/profile is;
if [ $USER = "oracle" ]; then
if [ $SHELL = "/bin/ksh" ]; then
ulimit -p 16384
ulimit -n 65536
else
ulimit -u 16384 -n 65536
fi
fi
Please help
Thanks
- 12-15-2011 #2Banned
- Join Date
- Nov 2011
- Location
- India
- Posts
- 29
which OS version you are using??
and what is the output of "ulimit" command


Reply With Quote