返回顶部
首页 > 资讯 > 错误编码 >ORA-00828: specified value of shared_pool_reserved_size inconsistent with internal settings ORACLE 报
  • 317
分享到

ORA-00828: specified value of shared_pool_reserved_size inconsistent with internal settings ORACLE 报

报错故障shared_pool_reserved_size 2023-11-05 01:11:12 317人浏览 八月长安
摘要

文档解释 ORA-00828: specified value of shared_pool_reserved_size inconsistent with internal settings Cause: Unable to set sh

文档解释

ORA-00828: specified value of shared_pool_reserved_size inconsistent with internal settings

Cause: Unable to set shared_pool_reserved_size to specified value if SGA_TARGET set, either because the specified value is too small, or because it is too large for the current internal size of shared pool. More details can be found in the alert log.

Action: If possible, do not set shared_pool_reserved_size without setting shared_pool_size if SGA_TARGET set. Examine the alert log for infORMation about current internal size of shared pool, and valid range of values for shared_pool_reserved_size.

ORA-00828: specified value of shared_pool_reserved_size inconsistent with internal settings这是一个ORA错误,通常意味着你曾经尝试过调整共享池中可预留的空间大小,但当前设置与内部参数不一致。

官方解释

该错误代码用以提示指定的共享池可预留大小与内部设置不一致。shared_pool_reserved_size是系统参数,用于指定一个块,该块的大小(以字节为单位)在共享池每次增长前都会被预留。

常见案例

当您使用alter system语句进行共享池参数设置,但其值与内部参数不一致时,即会出现此问题。

正常处理方法及步骤

1. 检查共享池内部参数的值:show parameter shared_pool_reserved_size;

2. 重新调整共享池参数的值:ALTER SYSTEM SET shared_pool_reserved_size=1024*1024;

3. 重新启动数据库:shutdown immediate;startup;

4. 重新登录数据库,以尝试运行其他功能。

--结束END--

本文标题: ORA-00828: specified value of shared_pool_reserved_size inconsistent with internal settings ORACLE 报

本文链接: https://lsjlt.com/news/529328.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作