First page Back Continue Last page Graphics

Introduction to Locks


Notes:

Locks are a mechanism that databases use to control shared access to a resource. “Resource” can be a table row (Oracle supports row-level locking), a database object (e.g. table or stored procedure) the data dictionary or even a memory area (in the case of memory, locks are actually called “latches”).