Multiple choice technology databases

Which is the system that DB2 uses for locking

  1. LOCK Manager

  2. Resource Manager

  3. IRLM

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

DB2 uses the IRLM (Intelligent Resource Lock Manager) for managing locks and controlling concurrent access to data. IRLM is a specialized component that handles lock requests, deadlock detection, and resource serialization across the DB2 subsystem.