官方的解释: ORA-27090: Unable to reserve kernel resources for asynchronous disk I/O
Cause: The system call to reserve kernel resources for asynchronous I/O has failed.
原因:内核参数的值aio-max-nr设置太低,
解决:在/etc/sysctl.conf中添加:fs.aio-max-nr= 3145728
修改后使用sysctl –p重新加载参数,然后重启数据库。来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/17013648/viewspace-1150214/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/17013648/viewspace-1150214/
本文详细介绍了ORA-27090错误的成因,即内核参数aio-max-nr设置过低,并提供了在/etc/sysctl.conf中修改该参数值的解决方案。通过修改并重新加载参数后,再重启数据库即可解决此问题。


被折叠的 条评论
为什么被折叠?



