Question d’entretien chez Amazon

Explain how latches work

Réponse à la question d'entretien

Utilisateur anonyme

4 avr. 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