我在ubuntu上安裝oracle 11g,建立oracle用戶后,每次su到oracle用戶都會(huì)顯示錯(cuò)誤:ulimit: 34: error setting limit (Operation not permitted)以下是手動(dòng)配置limits.conf文件的內(nèi)容:#oracle soft nproc 16384 #oracle hard nproc 16384 #oracle soft nofile 65536#oracle hard nofile 65536#oracle soft stack 10240加#注釋掉或者不加#號(hào),都會(huì)報(bào)同樣的錯(cuò),oracle用戶也無法正常使用,請(qǐng)教大家如何解決。
2 回答

繁華開滿天機(jī)
TA貢獻(xiàn)1816條經(jīng)驗(yàn) 獲得超4個(gè)贊
limits.conf保證有如下內(nèi)容
oracle soft nproc 2047 oracle hard nproc 16384oracle soft nofile 1024oracle hard nofile 65536
- 2 回答
- 0 關(guān)注
- 408 瀏覽
添加回答
舉報(bào)
0/150
提交
取消