创建oracle用户,limit设置错误问题
发表于 : 2014-01-11 21:40
我在ubuntu安装oracle 11g,建立oracle用户后,每次从别的用户su到oracle用户都会显示ulimit: 34: error setting limit (Operation not permitted)。
以下是limits.conf的手动添加内容:
#oracle soft nproc 16384
#oracle hard nproc 16384
#oracle soft nofile 65536
#oracle hard nofile 65536
#oracle soft stack 10240
无论是否用#号注释掉都会报相同的错误,oracle用户也无法正常使用。
网上搜不到类似的错误信息,请教一下大家如何解决,谢谢。
以下是limits.conf的手动添加内容:
#oracle soft nproc 16384
#oracle hard nproc 16384
#oracle soft nofile 65536
#oracle hard nofile 65536
#oracle soft stack 10240
无论是否用#号注释掉都会报相同的错误,oracle用户也无法正常使用。
网上搜不到类似的错误信息,请教一下大家如何解决,谢谢。