oracle查询阻塞与被阻塞SQL语句
(2017-10-28 17:18:01)
标签:
oracle阻塞被阻塞sql语句 |
分类: Oracle |
oracle查询阻塞与被阻塞SQL语句
# 环境:
操作系统
$ uname -a
Linux jinhu-db02 2.6.32-696.el6.x86_64 #1 SMP Tue Mar 21
19:29:05 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/redhat-release
CentOS release 6.9 (Final)
数据库
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 -
64bit Production
PL/SQL Release 11.2.0.4.0 - Production
CORE 11.2.0.4.0 Production
TNS for Linux: Version 11.2.0.4.0 - Production
NLSRTL Version 11.2.0.4.0 - Production
select b.sid,
union all
select b.sid,
!!The End!!