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, 2276🔥, 0💬
Popular Posts:
Collections: Interview Questions MySQL Tutorials MySQL Functions Oracle Tutorials SQL Server Tutoria...
How REAL and FLOAT Literal Values Are Rounded in SQL Server Transact-SQL? By definition, FLOAT(n) sh...
Where to find tutorials to answer some frequently asked questions on Microsoft SQL Server Transact-S...
How To Find Out What Privileges a User Currently Has in Oracle? Privileges granted to users are list...
How to continue to the next iteration of a WHILE loop in SQL Server Transact-SQL? How to use CONTINU...