What are latches?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are latches?
Rating:
Latches are data structures used for protecting memory structures that are needed for a short period of time, e.g., the least recently used (LRU) list. Request for latches are not queued for execution. Following are the two modes of latches:
- Willing-to-wait mode
- Immediate mode
Rating:
Was this information helpful?
Other articles
- What is EXPLAIN PLAN statement?
- What are materialized views?
- What are DML locks?
- What is an optimizer ?
- What is checkpoint process (CKPT)?