当前位置:网站首页>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>
边栏推荐
猜你喜欢
推荐几种可以直接翻译PDF英文文献的方法
预测性维护学习之路
[STM32] STM32F103 series name and package, memory
LeetCode 135. 分发糖果
华为设备配置VRRP与NQA联动监视上行链路
金仓数据库 KDTS 迁移工具使用指南 (4. BS 版使用说明)
inject() can only be used inside setup() or functional components.
此时已莺飞草长,愿世间美好与你环环相扣
JNI学习1.环境配置与简单函数实现
ShuffleNet v2 network structure reproduction (Pytorch version)
随机推荐
form表单提交到数据库储存
秒懂大模型 | 3步搞定AI写摘要
此时已莺飞草长,愿世间美好与你环环相扣
Typora_Markdown_图片标题(题注)
【JS 逆向百例】某网站加速乐 Cookie 混淆逆向详解
高等代数_证明_两个矩阵乘积为0,则两个矩阵的秩之和小于等于n
第一次用postgreSQL,想装主从,用的12.7 tar.gz版本。安装好后没在 share目录下找到样例配置recovery.conf.sample,是安装方式不对,还是路径不对?
智汇华云 | 华云软件定义网络 DCI介绍
金仓数据库KingbaseES客户端编程接口指南-JDBC(7. JDBC事务处理)
C# DirectoryInfo类
金仓数据库KingbaseES客户端编程接口指南-JDBC(6. JDBC 大对象数据处理)
关于#sql#的问题:后面换了一个数据库里面的数据就不能跑了
【论文笔记】Delving into the Estimation Shift of Batch Normalization in a Network
金仓数据库 KDTS 迁移工具使用指南 (7. 部署常见问题)
Cross-species regulatory sequence activity prediction
使用GBase 8c数据库的时候,遇到这种报错
Shared_preload_libraries导致很多语法不支持
金仓数据库KingbaseES客户端编程接口指南-JDBC(8. JDBC 元数据处理)
金仓数据库KingbaseES客户端编程接口指南-JDBC(5. JDBC 查询结果集处理)
GBase 8c中怎么查询数据库配置参数,例如datestyle。使用什么函数或者语法呢?