首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

ORA-27090:Unable to reserve kernel resources for asynchronous disk I/O解决办法

2013-03-27 
ORA-27090:Unable to reserve kernel resources for asynchronous disk I/O解决方法此错误是因为内核参数

ORA-27090:Unable to reserve kernel resources for asynchronous disk I/O解决方法

此错误是因为内核参数的值aio-max-nr设置太低,推荐fs.aio-max-nr= 3145728

修改方法为:在/etc/sysctl.conf中添加

fs.aio-max-nr= 3145728

修改后使用sysctl –p重新加载参数,然后重启数据库。

热点排行