执行下列SQL,找到SID,serial#
select * from v$session t1, v$locked_object t2 where t1.sid = t2.SESSION_ID;
plsql下点击tools-----seeion 对应中文 工具------会话
找到对应的sid进程 点击关闭即可。
执行下列SQL,找到SID,serial#
select * from v$session t1, v$locked_object t2 where t1.sid = t2.SESSION_ID;
plsql下点击tools-----seeion 对应中文 工具------会话
找到对应的sid进程 点击关闭即可。
相关文章: