Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Buffer busy wait clarification
Thanks to all, but I still have some doubts
>>A process that wants to insert a row reads the
>>pointer and locates the block identified by the
>>pointer, and tries to insert the row in that block.
IS this block in the buffer cache or in the datafile currently? I assume in the buffer cache.
My understanding is whenever you are inserting in a table, a block pertaing to that segemnt is read, If it finds space in that block that use it. It updates the buffered segment header with the freelist info.