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 does the Log File Parallel Write event of the V view indicate?
- How to create an explain plan using the EXPLAIN PLAN FOR statement?
- What is ONLINE option?
- What is a free list?
- What is DML?