|
最初由 jojo_z 发布
[B]死锁会有提示出错的
只是阻塞了 [/B]
oerr ora 00060
00060, 00000, "deadlock detected while waiting for resource"
// *Cause: Transactions deadlocked one another while waiting for resources.
// *Action: Look at the trace file to see the transactions and resources
// involved. Retry if necessary.
死锁应该会有提示出现在alert.log中,ora-00060的错误提示!
阻塞可以查v$lock,中的block表示是否不为0 |
|