ORACLE Table Locking
Locking protects a table when several users are accessing the same table. Locking is a concurrency
control technique in oracle. It helps in data integrity while allowing maximum
concurrency access to data. Oracle offers automatic locking whenever situation
requires. This is called implicit locking.