select sql_text from v$sql where hash_value in (
select sql_hash_value from v$session where sid in (select session_id from v$locked_object)
 
用这个语句可以查询造成死锁的sql语句

相关文章:

  • 2022-02-19
  • 2021-07-31
  • 2021-05-30
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
猜你喜欢
  • 2022-12-23
  • 2021-12-01
  • 2021-11-29
  • 2022-02-12
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案