本文主要是介绍kewastUnPackStats(): bad magic 1 (0xXXXXXXXXX, 0) in Alert Logfile After Upgrading to 11.2.0.1 (文档,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
转到底部
In this Document
Symptoms
Cause
Solution
References
APPLIES TO:
Oracle Database - Enterprise Edition - Version 9.2.0.8 and later Information in this document applies to any platform. Kewastunpackstats(): Bad Magic 1 (0x1108f7b87, 0) in Alert Logfile After Upgrading to 11.2.0.1
SYMPTOMS
The following message is reported in the instance alert file: (The hexadecimal string "0x1108f7b87" may be variable)
kewastUnPackStats(): bad magic 1 (0x1108f7b87, 0)
CAUSE
The cause of this problem has been identified in Bug:8967729 which has been closed as duplicate of un-published bug 8730312. It is caused by the variable part of the Active Session History rows (the module, action program, etc. information) not being stored properly, causing any read-back of this data through views like (G)V$ACTIVE_SESSION_HISTORY to fail.
SOLUTION
The issue has been fixed in the upcoming Oracle12c release and the 11.2.0.2 and higher patchsets. The solution is to install the 11.2.0.3 or higher patchset.
For any environments where this is not available, apply Patch:8730312
As one-off patches are not subjected to the same rigorous level of testing as done for Oracle Server patch sets, you are encouraged to install and test this patch in a test environment prior to full production implementation.
REFERENCES
BUG:8967729 - KEWASTUNPACKSTATS(): BAD MAGIC MESSAGE IN ALERT.LO
这篇关于kewastUnPackStats(): bad magic 1 (0xXXXXXXXXX, 0) in Alert Logfile After Upgrading to 11.2.0.1 (文档的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!
《Java实现在Word文档中添加文本水印和图片水印的操作指南》在当今数字时代,文档的自动化处理与安全防护变得尤为重要,无论是为了保护版权、推广品牌,还是为了在文档中加入特定的标识,为Word文档添加... 目录引言Spire.Doc for Java:高效Word文档处理的利器代码实战:使用Java为Wo
《Python从Word文档中提取图片并生成PPT的操作代码》在日常办公场景中,我们经常需要从Word文档中提取图片,并将这些图片整理到PowerPoint幻灯片中,手动完成这一任务既耗时又容易出错,... 目录引言背景与需求解决方案概述代码解析代码核心逻辑说明总结引言在日常办公场景中,我们经常需要从 W