【BUG】Kewastunpackstats(): Bad Magic 1 (0x。。。。, 0)

Kewastunpackstats(): Bad Magic 1 (0x1108f7b87, 0) In Alert Logfile After Upgrading to 11.2.0.1

Applies to:

Oracle Server - Enterprise Edition - Version: 9.2.0.8 and later [Release: 9.2 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:

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 unpublished bug 8730312.It is caused by the variable part of

the Active Session History rows (the moduile, 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 patchset

(which
is the current patchset at time
of publishing this Note (MAR-2012).

Apply Patch:8730312
for any other environments.

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.

时间: 2025-01-09 09:10:29

【BUG】Kewastunpackstats(): Bad Magic 1 (0x。。。。, 0)的相关文章

【BUG】"main" prio=5 tid=1 RUNNABLE

加载超大效果图导致内存不足(GC/ANR) 06-30 11:42:56.624: D/dalvikvm(16264): GC_CONCURRENT freed 1982K, 7% free 45372K/48775K, paused 1ms+3ms, total 50ms 06-30 11:42:57.469: D/DeviceTrackActivity(16264): onPause() 06-30 11:42:57.994: D/dalvikvm(16264): GC_CONCURRENT

【BUG】[ - ddms] Can't bind to local 8700 for debugger

[2014-06-26 15:50:56 - ddms] Can't bind to local 8700 for debugger 一.BUG环境:macbookpro+eclipse+adt+adbWireless(MBP共享网络给Android手机) 二.影响:在下图中LogCat和Console标签页之间来回跳转,无法安逸查看LOG数据. 三.解决: 1,修改hosts文件: Last login: Thu Jun 26 15:49:50 on ttys001 jasondeabroad

【模拟】Codeforces 710C Magic Odd Square

题目链接: http://codeforces.com/problemset/problem/710/C 题目大意: 构造一个N*N的幻方.任意可行解. 幻方就是每一行,每一列,两条对角线的和都相等. 题目思路: [模拟] 分为奇幻方.单偶幻方和双偶幻方三种构造. 具体分类可以查看百度.幻方的N种构造方法 1 // 2 //by coolxxx 3 //#include<bits/stdc++.h> 4 #include<iostream> 5 #include<algori

【解决】org.apache.hadoop.util.Shell$ExitCodeException: /bin/bash: line 0: fg: no job control

[环境信息] Hadoop版本:2.4.0 客户端OS:Windows Server 2008 R2 服务器端OS:CentOS 6.4 [问题现象] 在通过Windows客户端向Linux服务器提交Hadoop应用时,会提示如下错误: org.apache.hadoop.util.Shell$ExitCodeException: /bin/bash: line 0: fg: no job control at org.apache.hadoop.util.Shell.runCommand(Sh

【bug】vue-cli 3.0报错的解决办法

先上bug图片 bug说明:初装vue_cli3.0写了个组件,运行错误,显示如图, 代码提示:[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build 思路:这里引用的是

【Bug】httpClient使用代理后线程挂起

背景: 需要去监控某个网站,所以写了一个爬虫程序,被爬取的链接是Https,使得的是网上的代理,按ip使用量计费,该计费模式确实好用! 框架:httpClient 4.5.10 Java: Java 9 implementation 'org.apache.httpcomponents:httpclient:4.5.10' 问题: 然后问题出现了,因为是一个监控程序,所以需要不断的轮询,然后开了10个左右线程轮询,结果跑了半小时后,10个线程全部刮起,thread dump一下发现每个线程都如下

【HDOJ】3183 A Magic Lamp

RMQ. 1 /* 3183 */ 2 #include <cstdio> 3 #include <cstring> 4 #include <cstdlib> 5 6 #define MAXN 1005 7 8 char s[MAXN], ans[MAXN]; 9 int dp[MAXN][MAXN]; 10 int n,len,m; 11 12 int min(int x, int y) { 13 return s[x]<=s[y] ? x:y; 14 } 15

【bug】Could not find method compile() 解决

集成第三方库出现 Error:Could not find method compile() for arguments [com.android.support:design:23.4.0] on DefaultExternalModuleDependency{group='com.android.support', name='appcompat-v7', version='23.4.0', configuration='default'} of type org.gradle.api.in

【BUG】插入或者更新超过限制后写入数据库失败

Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Usage: mysqldump [OPTIONS] database [tables]   OR mysqldump [OPTIONS] --databa' at line 1 报错: Er