| Home / Oracle / Database / What is Dirty Read ? |
What is Dirty Read ? |
||||
A dirty read occurs when two operations say, read and write occurs together giving the incorrect or unedited data. Suppose, A has changed a row, but has not committed the changes. B reads the uncommitted data but his view of the data may be wrong so that is Dirty Read.
|
||||
Powered by
KBPublisher (Knowledge base software)
