当前位置:网站首页>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>
边栏推荐
猜你喜欢
Typora_Markdown_图片标题(题注)
【论文笔记】Delving into the Estimation Shift of Batch Normalization in a Network
设计信息录入界面,完成人员基本信息的录入工作,
从零开始C语言精讲篇6:结构体
sql在字段重复时 对某个字段根据最新时间取数
csdn图片去水印 | 其他方法无效时的解决方案
【JS 逆向百例】某网站加速乐 Cookie 混淆逆向详解
小程序如何使用订阅消息(PHP代码+小程序js代码)
The difference between character stream and byte stream
1161. Maximum Level Sum of a Binary Tree
随机推荐
25.时间序列预测实战
使用GBase 8c数据库的时候,遇到这种报错
2022的七夕,奉上7个精美的表白代码,同时教大家改源码快速自用
为什么手动启动GBase 8c数据库中GTM节点,起不来。显示“Run cmd failed:scp: /tmp/gtm_gtm1.server: Permission denied”
【JS 逆向百例】某网站加速乐 Cookie 混淆逆向详解
高等代数_证明_对称矩阵一定能够相似对角化
redis分布式锁的实现
DNS 查询原理详解—— 阮一峰的网络日志
此时已莺飞草长,愿世间美好与你环环相扣
图的基本概念
[Computer recording screen] How to use bandicam to record the game setting graphic tutorial
智汇华云 | 华云软件定义网络 DCI介绍
spark算子讲解
研究性学习专题 3_LL(1)语法分析设计原理与实现
Detailed explanation of TCP protocol
Distributed Computing Experiment 4 Random Signal Analysis System
预测性维护学习之路
B站回应HR称“核心用户都是Loser”、求职者是“白嫖党”:已被劝退
怎么写专利更容易通过?
binder通信实现