iis服务器助手广告广告
返回顶部
首页 > 资讯 > 数据库 >oracle中出现ORA-00600内部错误怎么办
  • 298
分享到

oracle中出现ORA-00600内部错误怎么办

2024-04-02 19:04:59 298人浏览 安东尼
摘要

这篇文章给大家分享的是有关oracle中出现ORA-00600内部错误怎么办的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。ORA-00600: 内部错误代码, 参数: [kcbn

这篇文章给大家分享的是有关oracle中出现ORA-00600内部错误怎么办的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。

ORA-00600: 内部错误代码, 参数: [kcbnew_3]

一:环境信息

DB:Oracle 11.2.0.3.0

OS:Windows Server 2008

二:问题现象

portal前台报错:
oracle中出现ORA-00600内部错误怎么办
警告日志:

Wed Nov 15 09:08:45 2017

Errors in file D:\APP\ADMINISTRATOR\diag\rdbms\orcl\orcl\trace\orcl_ora_6324.trc  (incident=63384):

ORA-00600: 内部错误代码, 参数: [kcbnew_3], [0], [76058], [4], [], [], [], [], [], [], [], []

Use ADRCI or Support Workbench to package the incident.

See Note 411.1 at My Oracle Support for error and packaging details.

跟踪日志orcl_ora_6324.trc

DDE: Problem Key 'ORA 600 [kcbnew_3]' was flood controlled (0x6) (incident: 63384)

ORA-00600: 内部错误代码, 参数: [kcbnew_3], [0], [76058], [4], [], [], [], [], [], [], [], []

Dump of buffer cache at level 10 for tsn=6 rdba=29499424

BH (0x000000152FF4F868) file#: 7 rdba: 0x01c22020 (7/139296) class: 1 ba: 0x000000152EA10000

  set: 78 pool: 3 bsz: 8192 bsi: 0 sflg: 1 pwc: 1646,28

  dbwrid: 1 obj: 286891 objn: 286891 tsn: 6 afn: 7 hint: f

  hash: [0x000000158F99A338,0x00000039D9FA7BA0] lru: [0x000000152FF4FBB0,0x000000152FF4F820]

  ckptq: [NULL] fileq: [NULL] objq: [0x000000152FF4FBD8,0x000000152FF4F848] objaq: [0x000000152FF4FBE8,0x000000152FF4F858]

  st: XCURRENT md: NULL fpin: 'kdswh21: kdst_fetch' tch: 1

  flags: only_sequential_access

  LRBA: [0x0.0.0] LSCN: [0x0.0] HSCN: [0xffff.ffffffff] HSUB: [65535]

  buffer tsn: 6 rdba: 0x01c22020 (7/139296)

  scn: 0x0000.0bc4eb5e seq: 0x01 flg: 0x06 tail: 0xeb5e0601

  frmt: 0x02 chkval: 0x22e8 type: 0x06=trans data

......

三:解决方案

清空数据库缓存(正式环境需谨慎使用)

alter system flush buffer_cache;

 

ORA-600 [kcbnew_3] (文档 ID 204512.1)

转到底部


修改时间: 2017-10-26 类型: REFERENCE

Note: For additional ORA-600 related  infORMation please read

PURPOSE:

   it means and possible actions. The information here is only applicable

 

 

You can restrict the list below to issues likely to affect one of the  following versions by clicking the relevant button: 
               

          indicates  that an alert exists for that issue.

·'+'         Note:1944526.1<1span style="font-size:12pt;font-family:;" "=""> for details of other symbols used

Bug 5218905 - OERI[kcbnew_3] when segment  advisor has been used (文档 ID 5218905.8)

转到底部


修改时间: 2012-7-26 类型: PATCH

Bug 5218905  OERI[kcbnew_3] when  segment advisor has been used

 This note gives a brief overview of  bug 5218905. 
 The content was last updated on: 03-APR-2009
 Click here for details of each of the sections below.

Affects:

Product (Component) Oracle Server (Rdbms) Range of versions believed to be    affected Versions < 11 Versions confirmed as being    affected 10.2.0.1 10.2.0.2 10.2.0.3 Platforms affected Generic (all / most platforms affected)

Fixed:

This issue is fixed in 10.2.0.3 Patch 28 on windows Platforms 10.2.0.4 (Server Patch Set) 11.1.0.6 (Base Release) Symptoms: Related To: Internal Error May Occur (ORA-600) ORA-600 [kcbnew_3] (None         Specified)

Description

ORA-600 [kcbnew_3] can occur when segment  advisor

has been running on an instance as it can  read blocks

into the cache as CURRENT when it should  have read

them as CR.

 

Note: The presence of ORA-600 [kcbnew_3]  does not mean

       that you HAVE encountered this problem as there can

       be other reasons for a wrong block in the cache.

 

Workaround

  Do  not use segment advisor.

   eg:  connect / as sysdba;

        exec dbms_scheduler.disable('AUTO_SPACE_ADVISOR_JOB');

 

    Use "alter system flush buffer_cache" to clear bad blocks

    from the cache

 

Note:

   Also see <Bug:4430244>

Please note: The above is a summary description only. Actual symptoms can    vary. Matching to any symptoms here does not confirm that you are    encountering this problem. Always consult with Oracle Support for advice.

References

Bug:5218905 (This link will only work for  PUBLISHED bugs)
Note:245840.1 Information on the sections in this article

感谢各位的阅读!关于“oracle中出现ORA-00600内部错误怎么办”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,让大家可以学到更多知识,如果觉得文章不错,可以把它分享出去让更多的人看到吧!

您可能感兴趣的文档:

--结束END--

本文标题: oracle中出现ORA-00600内部错误怎么办

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

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

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
  • oracle怎么查询当前用户所有的表
    要查询当前用户拥有的所有表,可以使用以下 sql 命令:select * from user_tables; 如何查询当前用户拥有的所有表 要查询当前用户拥有的所有表,可以使...
    99+
    2024-05-14
    oracle
  • oracle怎么备份表中数据
    oracle 表数据备份的方法包括:导出数据 (exp):将表数据导出到外部文件。导入数据 (imp):将导出文件中的数据导入表中。用户管理的备份 (umr):允许用户控制备份和恢复过程...
    99+
    2024-05-14
    oracle
  • oracle怎么做到数据实时备份
    oracle 实时备份通过持续保持数据库和事务日志的副本来实现数据保护,提供快速恢复。实现机制主要包括归档重做日志和 asm 卷管理系统。它最小化数据丢失、加快恢复时间、消除手动备份任务...
    99+
    2024-05-14
    oracle 数据丢失
  • oracle怎么查询所有的表空间
    要查询 oracle 中的所有表空间,可以使用 sql 语句 "select tablespace_name from dba_tablespaces",其中 dba_tabl...
    99+
    2024-05-14
    oracle
  • oracle怎么创建新用户并赋予权限设置
    答案:要创建 oracle 新用户,请执行以下步骤:以具有 create user 权限的用户身份登录;在 sql*plus 窗口中输入 create user identified ...
    99+
    2024-05-14
    oracle
  • oracle怎么建立新用户
    在 oracle 数据库中创建用户的方法:使用 sql*plus 连接数据库;使用 create user 语法创建新用户;根据用户需要授予权限;注销并重新登录以使更改生效。 如何在 ...
    99+
    2024-05-14
    oracle
  • oracle怎么创建新用户并赋予权限密码
    本教程详细介绍了如何使用 oracle 创建一个新用户并授予其权限:创建新用户并设置密码。授予对特定表的读写权限。授予创建序列的权限。根据需要授予其他权限。 如何使用 Oracle 创...
    99+
    2024-05-14
    oracle
  • oracle怎么查询时间段内的数据记录表
    在 oracle 数据库中查询指定时间段内的数据记录表,可以使用 between 操作符,用于比较日期或时间的范围。语法:select * from table_name wh...
    99+
    2024-05-14
    oracle
  • oracle怎么查看表的分区
    问题:如何查看 oracle 表的分区?步骤:查询数据字典视图 all_tab_partitions,指定表名。结果显示分区名称、上边界值和下边界值。 如何查看 Oracle 表的分区...
    99+
    2024-05-14
    oracle
  • oracle怎么导入dump文件
    要导入 dump 文件,请先停止 oracle 服务,然后使用 impdp 命令。步骤包括:停止 oracle 数据库服务。导航到 oracle 数据泵工具目录。使用 impdp 命令导...
    99+
    2024-05-14
    oracle
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作