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:
2019-08-19, 852👍, 0💬
Popular Posts:
How To List All Login Names on the Server in SQL Server? If you want to see a list of all login name...
How To Install PHP on Windows in MySQL? The best way to download and install PHP on Windows systems ...
What Are the Underflow and Overflow Behaviors on FLOAT Literals in SQL Server Transact-SQL? If you e...
Where to find answers to frequently asked questions on Oracle Database 10g Express Edition? I want t...
How To Use "IF ... ELSE IF ..." Statement Structures in SQL Server Transact-SQL? "IF ... ELSE IF ......