Chinaunix首页 | 论坛 | 博客
  • 博客访问: 105481
  • 博文数量: 22
  • 博客积分: 1415
  • 博客等级: 上尉
  • 技术积分: 245
  • 用 户 组: 普通用户
  • 注册时间: 2008-09-10 12:18
文章分类

全部博文(22)

文章存档

2017年(3)

2011年(1)

2010年(10)

2009年(1)

2008年(7)

我的朋友

分类: Oracle

2017-03-23 17:48:11

对用户有默认的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 ~]$

阅读(3651) | 评论(0) | 转发(0) |
0

上一篇:linux镜像下载

下一篇:linux 常见服务端口

给主人留下些什么吧!~~