Oracle Database Locking Mechanism – 3
Oracle Database automatically locks a resource on behalf of a transaction to prevent other transactions from doing something that requires exclusive access to the same resource. The database automatically acquires different types of locks at different levels of Restrictiveness depending on the resource and the operation being performed. Lock Description DML Locks Protect data. For … Read more