-bash: ulimit: open files: cannot modify limit: Operation not permitted

Latest response

Hi,

One of my DB admin trying to install Oracle ,he ended up with missing pre-requisites ,so i tried to setting ulimit on open file by logging to oracle user

but got error "-bash: ulimit: open files: cannot modify limit: Operation not permitted"

please help

Responses

Hi Shakeel,

The issue is likely that the 'nofile' hard setting in the /etc/security/limits.conf for the Oracle user is lower than the number you are attempting to set to.

The Oracle installation documentation details what the limits.conf settings should be for the Oracle user. eg.

oracle soft nofile 1024
oracle hard nofile 65536

unable to reflect ulimit.conf parameter with user while login with new ssh session

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.