ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

ORA-7445 opiaba

2022-06-30 00:01:59  阅读:198  来源: 互联网

标签:7445 dump fix than opiaba ORA


ORA-7445 opiaba

目录

1. [opiaba()+639] [SIGSEGV] [ADDR:0x0] [PC:0x187BC27] [SI_KERNEL(general_protection)] []

首参数opiaba

trace文件中的dump问题语句中存在超过65536个绑定变量。

命中bug:Bug 6614936 - ORA-7445 under opiaba() with more than 65535 binds (Doc ID 6614936.8)

伴随出现的现象有

  • 实例Crash
  • ORA-7445 dump
  • ORA-600 [17147]
  • opiaba DUMP
  • ORA-600 [qcscbndv1] [a] [b] [c] [d] [e]
When an application has more than 65535 bind variables in a single statement
then a dump can occur in/under opiaba, which can potentially cause an SGA
memory corruption that will crash the instance.
 
This fix causes an ORA-600 [qcscbndv1] to be raised rather than a core dump 
if there are more than 65535 binds. So with the fix, only the session that 
runs the offensive SQL will fail, and the SGA corruption prevented.
 
Note that even with this fix there may be some problem scenarios with large
bind counts, especially for PLSQL blocks.

根本上,减少单个语句单个事务内的绑定变量数量。

其他无解,设置事件或者其他workround只是改变dump行为,让实例活着而已,会以另外一种形式出错。

标签:7445,dump,fix,than,opiaba,ORA
来源: https://www.cnblogs.com/syksky/p/16425347.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有