Disabling Connection Blocking

Disable connection blocking to force any transaction attempting to obtain a lock that conflicts with another transaction's existing lock to roll back the transaction and display an error.

Prerequisites
Task
Set the BLOCKING database option to OFF.
set temporary option blocking = 'Off';
Note: The blocking option can be set either at the connection or PUBLIC level.
Related concepts
Transaction Blocking Deadlocks
Related tasks
Enabling Connection Blocking
Setting the Blocking Timeout Threshold
Tutorial: Monitoring Blocking
Related reference
BLOCKING Option
BLOCKING_TIMEOUT Option