当前位置:网站首页>Oracle kills the executing SQL
Oracle kills the executing SQL
2022-04-23 13:40:00 【Wangcai 2】
Find out what is being implemented sql
SELECT b.sid oracleID,
b.username Sign in Oracle user name ,
b.serial#,
spid operating system ID,
paddr,
sql_text Ongoing SQL,
b.machine Computer name
FROM v$session b
left join v$process a on a.addr = b.paddr
left join v$sqlarea c on b.sql_hash_value = c.hash_value
How to write Kill the process sql
alter system kill session '{ORACLEID},{SERIAL#}'; as follows :
alter system kill session '1345,20312';
alter system kill session '4,21443';
alter system kill session '1342,35376';
版权声明
本文为[Wangcai 2]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230604301745.html
边栏推荐
- [point cloud series] deepmapping: unsupervised map estimation from multiple point clouds
- 数据仓库—什么是OLAP
- 榜样专访 | 孙光浩:高校俱乐部伴我成长并创业
- [official announcement] Changsha software talent training base was established!
- Explanation of input components in Chapter 16
- Common commands of ADB shell
- Playwright contrôle l'ouverture de la navigation Google locale et télécharge des fichiers
- Feature Engineering of interview summary
- 零拷贝技术
- 100000 college students have become ape powder. What are you waiting for?
猜你喜欢

MySQL5. 5 installation tutorial

Why do you need to learn container technology to engage in cloud native development
![[official announcement] Changsha software talent training base was established!](/img/ee/0c2775efc4578a008c872022a95559.png)
[official announcement] Changsha software talent training base was established!

普通大学生如何拿到大厂offer?敖丙教你一招致胜!

Data warehouse - what is OLAP

Campus takeout system - "nongzhibang" wechat native cloud development applet
![[quick platoon] 215 The kth largest element in the array](/img/14/8cd1c88a7c664738d67dcaca94985d.png)
[quick platoon] 215 The kth largest element in the array

榜样专访 | 孙光浩:高校俱乐部伴我成长并创业

Example interview | sun Guanghao: College Club grows and starts a business with me

Super 40W bonus pool waiting for you to fight! The second "Changsha bank Cup" Tencent yunqi innovation competition is hot!
随机推荐
“湘见”技术沙龙 | 程序员&CSDN的进阶之路
TERSUS笔记员工信息516-Mysql查询(2个字段的时间段唯一性判断)
The interviewer dug a hole for me: what's the use of "/ /" in URI?
Solve tp6 download error course not find package topthink / think with stability stable
Riscv MMU overview
TCP 复位gongji原理和实战复现
5道刁钻的Activity生命周期面试题,学完去吊打面试官!
How do ordinary college students get offers from big factories? Ao Bing teaches you one move to win!
2020最新Android大厂高频面试题解析大全(BAT TMD JD 小米)
9419页最新一线互联网Android面试题解析大全
Playwright contrôle l'ouverture de la navigation Google locale et télécharge des fichiers
Machine learning -- naive Bayes
SAP UI5 应用开发教程之七十二 - SAP UI5 页面路由的动画效果设置
Interface idempotency problem
Data warehouse - what is OLAP
AI21 Labs | Standing on the Shoulders of Giant Frozen Language Models(站在巨大的冷冻语言模型的肩膀上)
POM of SSM integration xml
Innobackupex incremental backup
playwright控制本地穀歌瀏覽打開,並下載文件
Scons build embedded ARM compiler