Collections:
What Is a Data Lock in Oracle
What Is a Data Lock in Oracle?
✍: FYIcenter.com
A data lock is logical flag the Oracle server is placed on data objects to give an exclusive right to a transaction. Statements in other transactions needs to respect data locks based on certain rules. Rules on data locks are:
⇒ How Data Locks Are Respected in Oracle
⇐ Supported Transaction Isolation Levels in Oracle
2019-08-19, 2397🔥, 0💬
Popular Posts:
Where to find answers to frequently asked questions on PHP Connections and Query Execution for MySQL...
How To List All User Names in a Database in SQL Server? If you want to see a list of all user names ...
What Is Program Global Area (PGA) in Oracle? A Program Global Area (PGA) is a memory buffer that is ...
How To Get Year, Month and Day Out of DATETIME Values in SQL Server Transact-SQL? You can use DATEPA...
How To Get the Definition of a Stored Procedure Back in SQL Server Transact-SQL? If you want get the...