Search notes:
Oracle: Init parameter MAX_IDLE_BLOCKER_TIME
The value of
max_idle_blocker_time
specifies the number of minutes that a blocking
session
can remain idle until it is
terminated
.
After expiration of the specified time, the blocking session receives error message
ORA-03113: end-of-file on communication channel
.
Obviously,
max_idle_blocker_time
has no effect if its value is larger than that of
max_idle_time
.
See also
init parameters
Index