返回顶部
首页 > 资讯 > 错误编码 >ORA-00083: warning: possibly corrupt SGA mapped ORACLE 报错 故障修复 远程处理
  • 692
分享到

ORA-00083: warning: possibly corrupt SGA mapped ORACLE 报错 故障修复 远程处理

报错故障warning 2023-11-05 18:11:13 692人浏览 独家记忆
摘要

文档解释 ORA-00083: warning: possibly corrupt SGA mapped Cause: Even though there may be SGA corruptions, the SGA was mapped

文档解释

ORA-00083: warning: possibly corrupt SGA mapped

Cause: Even though there may be SGA corruptions, the SGA was mapped.

Action: Use the DUMPSGA command to dump the SGA.

官方解释

ORA-00083 warning: possibly corrupt SGA mapped

Cause: The SGA appears to have been mapped at an address that is contained in an already-freed memory range previously used by an oracle process. This could have resulted from applying ad-hoc patches to the SGA.

Action: Contact Oracle Support Services with this infORMation.

ORA-00083警告:可能存在SGA映射的损坏

原因:SGA看起来已经映射一个已经被Oracle进程释放的内存地址,这可能是由于应用了SGA的临时补丁而造成的。

操作:向Oracle Support Services提供此信息。

常见案例

1. 如果在关闭实例的过程中的startup postpone参数被设置,可能导致ORA-00083警告。

2. 如果执行alter system set sga_target=0命令之前没有释放当前所有的内存,则可能会引发该警告。

正常处理方法及步骤

1. 关闭警告并重新启动实例:

alter system set events ‘00083 trace name context off’ scope=spfile

2. 确认SGA空间是否正确:

procdump

–查看SGA和PGA地址及它们相应的大小

3. 检查是否有补丁被应用到SGA空间:

cat /var/opt/oracle/orapatch_[patch_name]

–查看是否有补丁被应用到SGA

4. 如果有补丁被应用到SGA,需要进行清理:

$ORACLE_HOME/OPatch/opatch rollback -id [patch_name] 或 opatch prereq check — Main -rollback

5. 重新启动实例:

startup

6. 检查警告是否还存在:

show parameter events

–查看ORA-00083警告是否还存在

--结束END--

本文标题: ORA-00083: warning: possibly corrupt SGA mapped ORACLE 报错 故障修复 远程处理

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

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

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

  • 微信公众号

  • 商务合作