加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

不遵守Oracle 11gR2升级步骤的后果

发布时间:2020-12-12 15:32:25 所属栏目:百科 来源:网络整理
导读:摘自: ORA-00600 [rwoirw: check ret val] After 11.2.0.4 Upgrade (Doc ID 1910573.1) APPLIES TO: Oracle Database - Enterprise Edition - Version 11.2.0.4 and later Information in this document applies to any platform. SYMPTOMS The following err
摘自: ORA-00600 [rwoirw: check ret val] After 11.2.0.4 Upgrade (Doc ID 1910573.1)


APPLIES TO:

Oracle Database - Enterprise Edition - Version 11.2.0.4 and later
Information in this document applies to any platform.

SYMPTOMS

The following error is received after an upgrade to 11.2.0.4:
ORA-00600: internal error code,arguments: [rwoirw: check ret val],[],[]

You find some or all of the following function codes in the 'Call Stack' portion of the incident trace file:
qertqostart qerpxslavefetch qerpxfetch opiexe kpoal8 opiodr

CHANGES

Upgrade to 11.2.0.4.

CAUSE

This can occur if the optimizer statistics are stale.

SOLUTION

Cross-check for any information about this while executing Pre-Upgrade Information Tool (utlu111i.sql)

Next,try to collect the data dictionary and fixed objects stats using following procedures:

SQL> exec dbms_stats.gather_dictionary_stats;

SQL> exec dbms_stats.gather_fixed_objects_stats;

Follow the steps mentioned inNote: 837570.1Complete Checklist for Manual Upgrades to 11gR2,and be sure to run the data dictionary and fixed objects statistics.
When upgrading to Oracle Database 11g Release 2 (11.2),optimizer statistics are collected for dictionary tables that lack statistics. This procedure gathers statistics
for dictionary schemas 'SYS','SYSTEM' and schemas of RDBMS components.

REFERENCES

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读