select b.username,b.sid,b.serial#,logon_time from v$locked_object a,v$session b where a.session_id = b.sid order by b.logon_time;
alter system kill session '25,765';

相关文章:

  • 2021-11-27
  • 2022-03-06
  • 2021-11-21
  • 2022-01-07
  • 2021-08-07
  • 2021-06-04
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2022-01-18
  • 2021-06-26
  • 2021-07-17
相关资源
相似解决方案