Chinaunix首页 | 论坛 | 博客
  • 博客访问: 788190
  • 博文数量: 185
  • 博客积分: 7434
  • 博客等级: 少将
  • 技术积分: 2325
  • 用 户 组: 普通用户
  • 注册时间: 2005-12-29 14:01
文章分类

全部博文(185)

文章存档

2013年(1)

2012年(2)

2011年(17)

2010年(25)

2009年(36)

2008年(104)

分类: Oracle

2009-04-16 15:21:07

解决10G的WARNING:Oracle instance running on a system with low open file descriptor问题
OS:REHL 5.2 64bit
DB version:10.2.0.4
blog:http://blog.chinaunix.net/u/12521/
问题描述:
在起动数据库时alert log在出现以下警告信息:
WARNING:Oracle instance running on a system with low open file descriptor
        limit. Tune your system to increase this limit to avoid
解决方法:
用root用户执行以下命令:
cat >>/etc/security/limits.conf<#add for oracle
oracle soft nofile 65536
oracle hard nofile 65536
EOF
cat >>/etc/pam.d/login<#add for oracle
session required pam_limits.so
EOF
 
blog:http://blog.chinaunix.net/u/12521/
阅读(1230) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~