Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Is a Data Lock
What Is a Data Lock? - Oracle DBA FAQ - Understanding SQL Transaction Management
✍: 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:
2007-04-17, 5232👍, 0💬
Popular Posts:
How To Merge Cells in a Column? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells If you ...
How to measure functional software requirement specification (SRS) documents? Well, we need to defin...
Can you explain why your project needed XML? Remember XML was meant to exchange data between two ent...
How can I implement a variable field width with printf? That is, instead of something like %8d, I wa...
What is the output of printf("%d")? 1. When we write printf("%d",x); this means compiler will print ...