show current session id

    select sid from v$mystat where rownum=1;

show blocking session

    select blocking_session, sid, serial#, wait_class, seconds_in_wait from  

相关文章:

  • 2022-12-23
  • 2021-10-03
  • 2022-03-08
  • 2021-11-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-24
  • 2021-06-16
  • 2021-07-25
  • 2021-07-06
  • 2022-12-23
  • 2022-02-22
  • 2022-12-23
相关资源
相似解决方案