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

本文介绍了解决Oracle Database升级到11.2.0.4后出现的ORA-00600错误的方法。该错误可能由过时的优化器统计信息引起,可以通过收集数据字典和固定对象的统计信息来解决。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

摘自: 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 in Note: 837570.1 Complete 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



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值