while block is being read..... [message #220584] |
Wed, 21 February 2007 05:34 |
pramodgarre
Messages: 5 Registered: February 2007
|
Junior Member |
|
|
While Block is being read by another session, will there be any other suitable block image for other sessions????if so...which setting or parameter defines that????
|
|
|
Re: while block is being read..... [message #220606 is a reply to message #220584] |
Wed, 21 February 2007 06:47 |
cbruhn2
Messages: 41 Registered: January 2007
|
Member |
|
|
I don't quite follow your question.
When a block is being read by Oracle it will normally be read into the buffer cache (direct reads is another issue) from here all other sessions will also be able to read the block.
I you're altering a block (insert/update) Oracle will keep a copy of the block as of before alterations for other sessions/transaction to read. (Read consistency)
best regards
Carl Bruhn
|
|
|
Re: while block is being read..... [message #220874 is a reply to message #220606] |
Thu, 22 February 2007 09:43 |
pramodgarre
Messages: 5 Registered: February 2007
|
Junior Member |
|
|
thks.....
but my doubt is that whether the block(the same physical block in which data is there) will be carried to buffer or it's copy will come into buffer....and as u said how many sessiona can read the block that brought to buffer????
|
|
|