Amazon Interview Question

Explain how latches work

Interview Answer

Anonymous

Apr 4, 2018

Latches are short term in length of operation and locks are long duration in restricting access to Oracle data structures Latches are lightweight serialization and locks are the heavy duty long running serialization mechanism. Latches affect only data structures within the Oracle SGA, whereas locks apply to Oracle transactions.

1