select * from V$session;
select * from v$LOCK;

select sid, serial# from V$session
where sid in (select sid from v$LOCK where sid in ('5','12','14','16','67','71','72','73','76','77','78','132','136','137','141','144','146','194','196','197','204'));
alter system kill session 'sid, serial#';

相关文章:

  • 2021-10-14
  • 2022-02-24
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
猜你喜欢
  • 2021-06-10
  • 2022-12-23
  • 2021-06-05
  • 2022-12-23
  • 2021-07-20
  • 2022-12-23
  • 2021-12-06
相关资源
相似解决方案