Hi !
I am trying to set up my Red Hat 7.2 server to meet the requirements for installation of Oracle database 9.2. One of the requirements is that the user Oracle should be able to create 16384 processes and the installation guide recommends me to use ulimit -u 16384 (bash command). But it doesnt work because the Oracle user is not pemritted to do that. Error message:
bash: ulimit: cannot modify limit: Operation not permitted
Which options to change the limit do I have ?
Greatful for help !
Stefan