MAX_IDLE_BLOCKER_TIME
DBA's often kill the blocking sessions and from 19c (not sure which patch set) we have new parameter called MAX_IDLE_BLOCKER_TIME parameter which helps to specifies the maximum number of minutes that a blocking session can be idle. After that point, the session is automatically terminated.
A session is considered to be a blocking session when it is holding resources required by other sessions. For example:
- The session is holding a lock required by another session.
Set the initialization parameter MAX_IDLE_BLOCKER_TIME
to two minutes
------------------------------------ ----------- -------------------
max_idle_blocker_time integer 0
No comments:
Post a Comment