DELETE and Buffer Cache [message #472305] |
Thu, 19 August 2010 15:51 |
zahidbashir
Messages: 34 Registered: September 2009
|
Member |
|
|
Hi,
1)If i issue a DELETE statement to delete a row, will this statement drag any data from the datafile to database buffer? How is the change made by a DELETE statement recorded in buffer cache? How is this change then applied to the data in datafiles after commit?
This is a basic concept but i am still confused about it. Please help
Regards,
|
|
|
|
|
Re: DELETE and Buffer Cache [message #472527 is a reply to message #472341] |
Sat, 21 August 2010 10:47 |
zahidbashir
Messages: 34 Registered: September 2009
|
Member |
|
|
so what data will it bring in buffer cache if i want to delete a specific employee from emp table? What about INSERT? And if i am not wrong when another user want to retrieve the deleted row (in case the first user has not commited), the row is returned to the second user by constructing the before image of data using UNDO.
I searched for documentation to explain the status/picture of data in Buffer cache in response to statements like INSERT, DELETE but couldn't find one. Can you please provide me with a link.
Regards,
|
|
|
|
|
|
|