Oracle 21c New Feature – MAX_IDLE_BLOCKER_TIME parameter
One of the new features in Oracle 21c is the MAX_IDLE_BLOCKER_TIME parameter. So if a “blocking” session is pretty much idle, all the other possibly many “blocked” sessions do not have to keep waiting until the blocker session issues a commit or rollback. In Oracle Database 19c we could specify an amount of time that […]