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, 2707🔥, 0💬
Popular Posts:
How To Select All Columns of All Rows from a Table with a SELECT statement in SQL Server? The simple...
How to put statements into a statement block in SQL Server Transact-SQL? You can put statements into...
How To Create a Table Index in Oracle? If you have a table with a lots of rows, and you know that on...
How To Create a Stored Program Unit in Oracle? If you want to create a stored program unit, you can ...
How to obtain the number of rows found by the last SELECT statement using the FOUND_ROWS() function?...