当前位置: 移动技术网 > IT编程>数据库>Oracle > Bug 28450914 : ORA-600: [KDLRCI_GET_INLINE_DATA] SELECTING FROM CDB_FEATURE_USAGE_STATISTICS

Bug 28450914 : ORA-600: [KDLRCI_GET_INLINE_DATA] SELECTING FROM CDB_FEATURE_USAGE_STATISTICS

2019年11月18日  | 移动技术网IT编程  | 我要评论

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

 

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网