ORA-00379

ORA-00379: 缓冲池 DEFAULT 中无法提供 16K 块大小的空闲缓冲区
ORA-00379: no free buffers available in buffer pool string for block size stringK
Cause: All buffers in the specified buffer pool for the specified block size are in use and no free buffers are available.
Action: Increase the number of buffers in the specified pool for the specified block size


对应前面一篇日志更改16K 块的数据库出现的错误

处理办法
ORA-00379: 缓冲池 DEFAULT 中无法提供 16K 块大小的空闲缓冲区
从错误看是系统分配了16K 的非标准块表空间但是在SGA 等缓冲区内却没有相应的进行分配。
处理办法相应的设置16K 的缓冲区大小需要控制
  alter system set db_16k_cache_size=5120K scope=both;

然后去
 select count(*) from dba_data_files;
SQL>  select count(*) from dba_data_files;

  COUNT(*)
----------
13
问题解决

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/26764973/viewspace-760057/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/26764973/viewspace-760057/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值