Oracle 数据库死锁问题
查看死锁的语句1:
alter system kill session 'sid,serial';
?此处的 sid, 即为[查看Session]中的 [SESSION_ID] 列, serial 为 [SERIAL#] 列, 杀完后, 完成.
?