当前位置:网站首页>It is found that several WRH tables are locked, what should I do?
It is found that several WRH tables are locked, what should I do?
2022-08-04 08:34:00 【mycontrol】
Found that these tables were locked
SQL> select b.owner,b.object_name,a.session_id,a.locked_mode 2 from v$locked_object a,dba_objects b3 where b.object_id = a.object_id;OWNER OBJECT_NAME SESSION_ID LOCKED_MODE------------------------------ -------------------------------------------------------------------------------- ---------- -----------SYS WRH$_EVENT_NAME 331 3SYS WRH$_LATCH_NAME 331 3SYS WRH$_STAT_NAME 331 3SYS WRH$_PARAMETER_NAME 331 3SYS WRH$_METRIC_NAME 331 3
AWR is not turned on either
An error is reported when the process is terminated
SQL> alter system kill session '331, 15';alter system kill session '331, 15'ORA-03113: end of file for communication channel
Help how to deal with this!
Other Answer 1:
PS: After checking, these tables are all empty.
Other Answer 2:
Find the corresponding system process by sid and kill it.
Is it a production environment?
If it is a production environment, proceed with caution
Other Answer 3:
Look at what process this 331 is, it is estimated to be a background process, confirm whether the next process is a critical process, if it is not a critical process, kill it at the operating system level, or if it has no effect at present, find a window to restart it,
/p>
边栏推荐
猜你喜欢
随机推荐
【JS 逆向百例】某网站加速乐 Cookie 混淆逆向详解
解决报错: YarnScheduler: Initial job has not accepted any resources
Typora颜色公式代码大全
并查集介绍和基于并查集解决问题——LeetCode 952 按公因数计算最大组件大小
沃尔玛、阿里国际该如何做测评自养号?
电脑系统数据丢失了是什么原因?找回方法有哪些?
GBase 8c数据库集群中,怎么替换节点呢?比如设置A节点为gtm,换到B节点上。
binder通信实现
安装GBase 8c数据库的时候,报错显示“Resource:gbase8c already in use”,这怎么处理呢?
unity2D横版游戏教程7-敌人AI死亡效果
微信消息从发送到接收,经历了什么?如何防止丢包
小程序如何使用订阅消息(PHP代码+小程序js代码)
RT-Thread Studio学习(十一)IIC
布局管理器
RT-Thread Studio学习(十二)W25Q128(SPI)的读写
关于Oracle RAC 11g重建磁盘组的问题
(三)DDD上下文映射图——老师,我俩可是纯洁的男女关系!
Linux之Redis 缓存雪崩,击穿,穿透
1161. Maximum Level Sum of a Binary Tree
为什么手动启动GBase 8c数据库中GTM节点,起不来。显示“Run cmd failed:scp: /tmp/gtm_gtm1.server: Permission denied”