What is meant by latch in Oracle 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at the International Criminal Police Organization (INTERPOL), Lives in Lyon, France.
A latch is used when you need serial access to operations/functions in Oracle. There is no ordered queue for the waiters on a latch - first to grab it gets it. It mainly work in internal level. Latches are used to Protect and control access to internal data structures like various buffers in side SGA.
2023-04-25 00:05:57
评论(499)
Helpful(122)
Helpful
Helpful(2)

Ethan Martin
QuesHub.com delivers expert answers and knowledge to you.
A latch is used when you need serial access to operations/functions in Oracle. There is no ordered queue for the waiters on a latch - first to grab it gets it. It mainly work in internal level. Latches are used to Protect and control access to internal data structures like various buffers in side SGA.