alert日志报错:

2019-11-18T07:15:12.704938+08:00
Errors in file /u01/app/oracle/diag/rdbms/sibcyb1/SIBCYB111/trace/SIBCYB111_ora_83111.trc  (incident=803537) (PDBNAME=CDB$ROOT):
ORA-00600: internal error code, arguments: [kdlrci_get_inline_data], [8], [3], [], [], [], [], [], [], [], [], []
Incident details in: /u01/app/oracle/diag/rdbms/sibcyb1/SIBCYB111/incident/incdir_803537/SIBCYB111_ora_83111_i803537.trc

以下内容来自MOS Bug 28450914:

DIAGNOSTIC ANALYSIS
===================
- below error is received in an 12.2 upgraded database from 11.2.0.4
  ORA-600: internal error code, arguments: [kdlrci_get_inline_data], [30],
[3], [], [], [], [], [], [], [], [], []
- the CDB env is in use
- the error is seen when select on CDB_FEATURE_USAGE_STATISTICS
WITH
pdbs  AS (SELECT con_id, name
FROM v$containers WHERE con_id != 2)
SELECT p.NAME, DBID, C.NAME, VERSION, DETECTED_USAGES,
TOTAL_SAMPLES, CURRENTLY_USED,
to_char(FIRST_USAGE_DATE,'YYYY-MM-DD HH24:MI:SS') FIRST_USAGE,
to_char(LAST_USAGE_DATE,'YYYY-MM-DD HH24:MI:SS') LAST_USAGE,
AUX_COUNT,
to_char(LAST_SAMPLE_DATE,'YYYY-MM-DD HH24:MI:SS') LAST_SAMPLE,
LAST_SAMPLE_PERIOD,
replace((nvl(TO_CHAR(REGEXP_REPLACE(substr(FEATURE_INFO,0,4000),'[^!@/\.,;:<>#
$%&()_=[:alnum:][:blank:]]')),'')),'|','#') FEATURE_DETAIL
FROM CDB_FEATURE_USAGE_STATISTICS C, pdbs p
where version in
( select max(version) from CDB_FEATURE_USAGE_STATISTICS
where con_id = p.con_id  )
AND C.con_id = p.con_id
AND DETECTED_USAGES > 0
AND rownum < 9000
- if the PDBs are stopped samestatement is not trigering any error
- we managed to have the error reproduced in house with a copy of customer DB
- I have creted the undo again but the error is still present
- same explain plan is seen when PDS are closed and open and error still
present. when PDBS are opened and failing statement is executed PX is in use
but disable it at session level and still error is present
- no additional details in the 10046 trace

Bug 28450914 : ORA-600: [KDLRCI_GET_INLINE_DATA] SELECTING FROM CDB_FEATURE_USAGE_STATISTICS的更多相关文章

  1. ORA-600(qerltcInsertSelectRop_bad_state)错误

    来源于: http://blog.itpub.net/22458783/viewspace-615501/ 这是碰到的第一个11.2上的bug,在利用IGNORE_ROW_ON_DUPKEY_INDE ...

  2. 数据库报ORA-00600: 内部错误代码, 参数: [17059],并产生大量trace日志文件

    用户反馈数据库服务器磁盘空间使用耗尽. 登录服务器后查看,发现数据库产生大量的trace日志,并在alert日志中发现ora-600错误 alert日志信息: Fri Jul :: Errors ): ...

  3. oracle internal :VIEW: X$KCBLDRHIST - Direct Read HISTory

    WebIV:View NOTE:159900.1     Note (Sure) - Note    Mods - Note Refs Error ORA 600 TAR TAR-Info Bug B ...

  4. oracle internal: VIEW: X$KCBKPFS - PreFetch Statistics - (9.0)

    WebIV:View NOTE:159898.1     Note (Sure) - Note    Mods - Note Refs Error ORA 600 TAR TAR-Info Bug B ...

  5. ORA-00600: internal error code, arguments: [kdBlkCheckError]

    ORA-00600: internal error code, arguments: [kdBlkCheckError] Table of Contents 1. 现象 2. 分析 3. 故障处理 1 ...

  6. ora600

    4节点RAC:版本oracle11.2.0.4 22:20——23:40发生ora600 alert日志: Errors in file /u01/app/oracle/diag/rdbms/orcl ...

  7. Fault Diagnosability Infrastructure Overview

    Fault Diagnosability Infrastructure Overview The fault diagnosability infrastructure aids in prevent ...

  8. ORA-00600: 内部错误代码, 参数: [kqlnrc_1]

    如以下的错误: Mon Mar 31 18:45:59 2014 Errors in file /oracle/app/oracle/diag/rdbms/zscims/zscims2/trace/z ...

  9. OCA读书笔记(18) - 使用Support工具

    调查和解决问题 问题:数据库中的任一严重的错误定义为一个问题,一般来说,这些错误包括大家熟悉的ORA-600错误和ORA-04031(共享池超出)错误,涉及数据库问题的所有元数据都存储在ADR中,每个 ...

随机推荐

  1. LightOJ1355 Game Of CS(green 博弈)

    Jolly and Emily are two bees studying in Computer Science. Unlike other bees they are fond of playin ...

  2. UVA-11107 Life Forms(求出现K次的子串,后缀数组+二分答案)

    题解: 题意: 输入n个DNA序列,你的任务是求出一个长度最大的字符串,使得它在超过一半的DNA序列中出现.如果有多解,按照字典序从小到大输入所有解. 把n个DNA序列拼在一起,中间用没有出现过的字符 ...

  3. Codeves-5037线段树4加强版(线段树? 。。。分块)

    维护一个序列,要求支持下列2种操作: add a b c:区间[a,b]中每个数加上c count a b:查询区间[a,b]中有多少数是k的倍数(k为给定常数) 输入描述 Input Descrip ...

  4. [Python Modules] unittest.mock

    五夜光寒,照来积雪平于栈.西风何限,自起披衣看. 对此茫茫,不觉成长叹.何时旦,晓星欲散,飞起平沙雁. 在某个Python程序中看到这么一行 from unittest import mock 看起来 ...

  5. python 列表越界

    data = [1,8,5,9,7,4,5] print(data[10:]) #返回空 print(data[10]) #出错,越界

  6. NET视频教程分享

    地址:链接:https://pan.baidu.com/s/1q47WN1XFw19vLZ8XZqnB_g    提取码:8ut2  这是我收集的一套.NET学习视频教程(某智24期视频),分享出来, ...

  7. linux—ln

    1.  软连接:不可删除源文件,删除源文件导致链接文件找不到,出现红色闪烁. 2.  硬链接:  源文件删除后,链接文件可以正常打开,链接前后的文件inode号相同,硬链接只能针对文件做链接,,不能针 ...

  8. LeetCode--300. 最长递增子序列

    题目:给定一个无序的整数数组,找到其中最长上升子序列的长度. 示例: 输入: [10,9,2,5,3,7,101,18] 输出: 4 解释: 最长的上升子序列是 [2,3,7,101],它的长度是 4 ...

  9. Electron:主进程和渲染进程

  10. Linux之CentOS设置别名与屏蔽别名

    一.环境 CentOS6.8 二.设置别名 ◆别名功能:让grep符合的关键字高亮 1.临时生效 [root@localhost ~]#alias grep="grep --color=au ...