博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Oracle内部错误ORA-00600:[pfri.c: pfri8: plio mismatch ]一例
阅读量:6670 次
发布时间:2019-06-25

本文共 1524 字,大约阅读时间需要 5 分钟。

一套Linux x86-64上的11.2.0.1数据库出现ORA-00600:[pfri.c: pfri8: plio mismatch ],日志如下 :  
ORA-00600: internal error code, arguments: [pfri.c: pfri8: plio mismatch ], [], [], [], [], [], [], [], [], [], [], []ORA-04061: existing state of package body "APPS.OE_ORDER_UTIL" has been invalidatedORA-04065: not executed, altered or dropped package body "APPS.OE_ORDER_UTIL"
  经过和MOS沟通,确认为Bug: 9691456 11.2.0.2, 12.1.0.0 ORA-600 [pfri.c: pfri8: plio mismatch] with Editions:  
Here is a direct hit on the error message from your alert.log:APPS Packages Become Invalid With ORA-600 [pfri.c: pfri8: plio mismatch ] (Doc ID 1323867.1)1323867.1 - APPS Packages Become Invalid With ORA-600 [pfri.c: pfri8: plio mismatch ]Bug 9691456 - ORA-600 [pfri.c: pfri8: plio mismatch] with EditionsBug 9691456  ORA-600 [pfri.c: pfri8: plio mismatch] with Editions This note gives a brief overview of bug 9691456. The content was last updated on: 18-NOV-2010 Click here for details of each of the sections below.Affects:    Product (Component)	Oracle Server (Rdbms)    Range of versions believed to be affected 	Versions BELOW 12.1    Versions confirmed as being affected 	        11.2.0.1     Platforms affected	Generic (all / most platforms affected)Fixed:    This issue is fixed in	        12.1 (Future Release)        11.2.0.2 (Server Patch Set) Description    With Editions enabled some invalidation operation do not properly invalidate     stubs which can lead to problems such as ORA-600 [pfri.c: pfri8: plio mismatch].
  解决方法是打到11.2.0.2 最新的patch set update.

转载地址:http://rjoxo.baihongyu.com/

你可能感兴趣的文章
如何导入golang.org的包
查看>>
软件测试的艺术第六章总结
查看>>
有关微信域名被拦截的经验分享
查看>>
常用数据结构
查看>>
在Antd-Pro下实现文件下载
查看>>
基于Nodejs的前端灰度发布方案_20190228
查看>>
解决Jenkins可选插件列表为空提示“connect time out”问题
查看>>
RN基础
查看>>
304. Range Sum Query 2D - Immutable
查看>>
Redis实现广告缓存、并完善缓存击穿
查看>>
如何绘制最美的鱼骨图?
查看>>
什么是session?什么是cookie?session和cookie有什么区别?
查看>>
javascript引擎执行的过程的理解--语法分析和预编译阶段
查看>>
百度正式发布PaddlePaddle深度强化学习框架PARL
查看>>
迟到但重要的事
查看>>
从零学前端第十三讲:AngularJs进阶-指令
查看>>
CSS之FFC/GFC
查看>>
Node.js 指南(不要阻塞事件循环或工作池)
查看>>
为你的AliOS Things应用增加自定义cli命令
查看>>
PHP工具篇:PHPStorm IDE使用CodeSniffer代码规范化管理
查看>>