Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ORA-08516

deadlock detected: current session waits on breakpoint string while test session waits on breakpoint string.

Cause

Faulty test scenarios led to a deadlock. The current session waited on a breakpoint while test session waited for current session on another breakpoint.


Action

Check your test script to ensure that the test session WAIT_FOR is on the same breakpoint that the current session hits first.