ORA-600 [Kcbz_check_objd_typ_1] Running a Job (Doc ID 785899.1)
| ORA-600 [Kcbz_check_objd_typ_1] Running a Job (Doc ID 785899.1) | To Bottom |
![]() |

|
In this Document
APPLIES TO:Oracle Database - Enterprise Edition - Version 10.2.0.1 to 10.2.0.3 [Release 10.2] SYMPTOMSRunning an application job, the following error is reported: ORA-00600: internal error code, arguments: [kcbz_check_objd_typ_1], [0], [0], [1], [], [], [], []
In the trace file is reported: DATA seg.obj=0, on-disk obj=4199817, dsflg=0, dsobj=4200201, cls=4
Formatted dump of block: buffer tsn: 3 rdba: 0x00401709 (1/5897) The Call Stack looks like: ... kcbz_check_objd_typ kcbzib kcbgtcr ktecgsc ktecgetsh ktecgshx kteinicnt1 qertbFetch qerjoFetch qerjotFetch qerjoFetch qerjoFetch ...
Sometimes, the trace file also reports DBMS_SPACE and PRVT_ADVISOR on the PL/SQL Call Stack. CAUSEThe cause of this problem has been identified in Unpublished Bug 4430244 is caused by the Segment advisor code that can load blocks into the cache for DROPped objects as CURRENT leading to subsequent operations seeing an incorrect (old) version of a block. Unpublished Bug 5218905 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. Both unpublished base bug 4430244 and related unpublished Bug 5218905 are a.o. fixed in 11.1.0.6 (Base Release) and 10.2.0.4 (Server Patch Set). SOLUTIONTo solve the issue, use any of below alternatives: 1. Upgrade to 11g or higher - OR - 2. Apply 10.2.0.4 patchset or higher where both Unpublished Bug 4430244 and Unpublished Bug 5218905 are fixed - OR - 3. Disable Segment Advisor, e.g. SQL> connect / as sysdba;
SQL> exec dbms_scheduler.disable('AUTO_SPACE_ADVISOR_JOB'); - OR - 4. request merge patch for Unpublished Bug 4430244 and Unpublished Bug 5218905 on your current - OR - 5. Check for availability of merge Patch 6133264 for Unpublished Bugs 5218905, 5728380 Note: REFERENCESBUG:7429941 - ORA-00600[KCBZ_CHECK_OBJD_TYP_1] SOMETIMES OCCURS NOTE:4430244.8 - Bug 4430244 - Segment advisor can load blocks of dropped objects into buffer cache (KCB OERI errors) |
ORA-600 [Kcbz_check_objd_typ_1] Running a Job (Doc ID 785899.1)的更多相关文章
- 时间同步ctss与ntp的关系【CTSSD Runs in Observer Mode Even Though No Time Sync Software is Running (Doc ID 1054006.1) 】
CTSSD Runs in Observer Mode Even Though No Time Sync Software is Running (Doc ID 1054006.1) In this ...
- ORA-20011 ORA-29913 and ORA-29400 with Associated KUP-XXXXX Errors from DBMS_STATS.GATHER_STATS_JOB(Doc ID 1274653.1)
首先在alert log裡面頻繁的看見如下錯誤: DBMS_STATS: GATHER_STATS_JOB encountered errors. Check the trace file. Err ...
- Troubleshooting ORA-12547 TNS: Lost Contact (Doc ID 555565.1)
Troubleshooting ORA-12547 TNS: Lost Contact (Doc ID 555565.1) This error can occur in following scen ...
- ORA-4031 错误故障排除与诊断[视频] (Doc ID 2016002.1)
Copyright (c) 2019, Oracle. All rights reserved. Oracle Confidential. ORA-4031 错误故障排除与诊断[视频] (Do ...
- SLES 12: Database Startup Error with ORA-27300 ORA-27301 ORA-27303 While Starting using Srvctl (Doc ID 2340986.1)
SLES 12: Database Startup Error with ORA-27300 ORA-27301 ORA-27303 While Starting using Srvctl (Doc ...
- FAQ: Oracle Flex ASM 12c / 12.1 (Doc ID 1573137.1)
FAQ: Oracle Flex ASM 12c / 12.1 (Doc ID 1573137.1) APPLIES TO: Oracle Database - Enterprise Edition ...
- Test Case:: 12C ASMCMD New feature (Doc ID 1589249.1)
Test Case:: 12C ASMCMD New feature (Doc ID 1589249.1) APPLIES TO: Oracle Database - Enterprise Editi ...
- Data Guard Physical Standby - RAC Primary to RAC Standby 使用第二个网络 (Doc ID 1349977.1)
Data Guard Physical Standby - RAC Primary to RAC Standby using a second network (Doc ID 1349977.1) A ...
- Step by Step Process of Migrating non-CDBs and PDBs Using ASM for File Storage (Doc ID 1576755.1)
Step by Step Process of Migrating non-CDBs and PDBs Using ASM for File Storage (Doc ID 1576755.1) AP ...
随机推荐
- c# 对Url 解码编码
/// <summary> /// 对Url进行编码 /// </summary> /// <param name="url">url</ ...
- C#实现RSA加密与解密、签名与认证(转)
一.RSA简介 RSA公钥加密算法是1977年由Ron Rivest.Adi Shamirh和LenAdleman在(美国麻省理工学院)开发的.RSA取名来自开发他们三者的名字.RSA是目前最有影响力 ...
- 【RabbitMQ】7、RabbitMQ主备复制是异步还是同步?
转自:https://yq.aliyun.com/articles/73040?spm=5176.100240.searchblog.116.RcXYdl 我们知道RabbitMQ可以配置成Queue ...
- 通过jQuery制作电子时钟表的代码
源码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <titl ...
- CSS图片两端对齐,自适应列表布局末行对齐修复实例页面
写在前面 前端开发,图片两端对齐,是十分常见的,也是十分痛苦的,我试过好多方法,通过整理,认为下面还是比较靠谱的,在实践中大家可以试试,欢迎一起学习,一起进步 HTML代码 HTML代码非常简单,用的 ...
- Openlayer3之瓦片数据接入
瓦片数据集接入实现思路: 1.构造ol.source.TileImage数据源,构造该数据源需要以下几项: 1)空间参考,通过如下代码构造 2)TileGrid,构造需要以下几项: a)原点 b)分辨 ...
- 安卓开发之ScrollView
当界面不足以将所有的内容显示出来的时候便导致下面的部分内容无法显示出来 所有加上ScrollView 来讲要显示的内容放入之中便可以实现上下滚动界面内容 但是当要显示多个控件的时候会出错 原因是Sc ...
- Flutter 依赖的那些事儿
Flutter 里面有2种库一样的东西, Package -creating a pure Dart component. like a new Widget. 这种是纯Dart,相当于你自己写的组件 ...
- 外网访问局域网ip的方法
https://jingyan.baidu.com/article/48b558e335e3ac7f39c09a59.html 步骤: 1.浏览器内输入:192.168.1.1进入路由器管理界面 2. ...
- nginx、tomcat调优方向及压测网站步骤
nginx调优方向: 1.所用事件处理模型 2.进程数 3.每个进程的连接数 4.压缩 5.缓存 tomcat调优方向: 1.内存 2.总内存 3.初始申请内存 4.线程内存 5.GC方面 tomca ...
To Bottom