Chinaunix首页 | 论坛 | 博客
  • 博客访问: 9267951
  • 博文数量: 1669
  • 博客积分: 16831
  • 博客等级: 上将
  • 技术积分: 12594
  • 用 户 组: 普通用户
  • 注册时间: 2011-02-25 07:23
个人简介

柔中带刚,刚中带柔,淫荡中富含柔和,刚猛中荡漾风骚,无坚不摧,无孔不入!

文章分类

全部博文(1669)

文章存档

2023年(4)

2022年(1)

2021年(10)

2020年(24)

2019年(4)

2018年(19)

2017年(66)

2016年(60)

2015年(49)

2014年(201)

2013年(221)

2012年(638)

2011年(372)

分类: Oracle

2011-12-05 10:48:50

bash: ulimit: open files: cannot modify limit: 不允许的操作
分类: Oracle 故障解决案例 Linux 876人阅读 评论(0) 举报

 

[root@qs-xezf-db2 ~]# su - oracle

-bash: ulimit: open files: cannot modify limit: 不允许的操作

[oracle@qs-xezf-db2 ~]$

 

       linux对用户有默认的ulimit限制,/etc/sysconfig/limits.conf 文件可以配置用户的硬配置和软配置,硬配置是个上限。当超出上限的修改就会出“不允许的操作”这样的错误。

 

这个是Oracle 官网上的建议值, 设置成如下值,在登陆就ok了。

 

[oracle@qs-xezf-db2 ~]$ cat /etc/sysconfig/limits.conf

oracle              soft    nproc   2047

oracle              hard    nproc   16384

oracle              soft    nofile  1024

oracle              hard    nofile  65536

 

[root@qs-xezf-db1 ~]# su - oracle

[oracle@qs-xezf-db1 ~]$

 

 

Oracle 官网地址:

 

阅读(3143) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~