当前位置:网站首页>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
边栏推荐
- Ding ~ your scholarship has arrived! C certified enterprise scholarship list released
- 超40W奖金池等你来战!第二届“长沙银行杯”腾讯云启创新大赛火热来袭!
- ESP32 VHCI架构传统蓝牙设置scan mode,让设备能被搜索到
- Bottomsheetdialogfragment + viewpager + fragment + recyclerview sliding problem
- Common analog keys of ADB shell: keycode
- Usereducer basic usage
- [point cloud series] foldingnet: point cloud auto encoder via deep grid deformation
- The difference between string and character array in C language
- SAP UI5 应用开发教程之七十二 - SAP UI5 页面路由的动画效果设置
- Remove the status bar
猜你喜欢
Esp32 vhci architecture sets scan mode for traditional Bluetooth, so that the device can be searched
Summary of request and response and their ServletContext
Set Jianyun x Feishu Shennuo to help the enterprise operation Department realize office automation
SHA512 / 384 principle and C language implementation (with source code)
Android clear app cache
[point cloud series] deepmapping: unsupervised map estimation from multiple point clouds
[point cloud series] unsupervised multi task feature learning on point clouds
FatFs FAT32 learning notes
SAP ui5 application development tutorial 72 - trial version of animation effect setting of SAP ui5 page routing
2020年最新字节跳动Android开发者常见面试题及详细解析
随机推荐
[point cloud series] so net: self organizing network for point cloud analysis
面试官给我挖坑:单台服务器并发TCP连接数到底可以有多少 ?
集简云 x 飞书深诺,助力企业运营部实现自动化办公
You and the 42W bonus pool are one short of the "Changsha bank Cup" Tencent yunqi innovation competition!
Tersus notes employee information 516 MySQL query (time period uniqueness judgment of 2 fields)
CSDN高校俱乐部“名师高校行”——湖南师范大学站
Exemple de méthode de réalisation de l'action d'usinage à point fixe basée sur l'interruption de déclenchement du compteur à grande vitesse ob40 pendant le voyage de tia Expo
解决tp6下载报错Could not find package topthink/think with stability stable.
RTOS mainstream assessment
顶级元宇宙游戏Plato Farm,近期动作不断利好频频
[Journal Conference Series] IEEE series template download guide
playwright控制本地穀歌瀏覽打開,並下載文件
Common commands of ADB shell
Esp32 vhci architecture sets scan mode for traditional Bluetooth, so that the device can be searched
FatFs FAT32 learning notes
Launcher hides app icons that do not need to be displayed
Example interview | sun Guanghao: College Club grows and starts a business with me
SAP UI5 应用开发教程之七十二 - SAP UI5 页面路由的动画效果设置试读版
Xi'an CSDN signed a contract with Xi'an Siyuan University, opening a new chapter in IT talent training
The interviewer dug a hole for me: what's the use of "/ /" in URI?