Space Management [message #264141] |
Sat, 01 September 2007 01:20 |
naveenkumar001
Messages: 62 Registered: July 2007 Location: Bangalore
|
Member |
|
|
Hi,
Free space management is important because without it oracle would not know where to put things like tables or indexes when you wanted to create or modify them.
Locally managed tablespace use Bitmaps stored in the header of the datafiles.
Question:-
In Bitmap whether each bit represents the extent of the Datafile or each block of the Datafile?
If Each bit represents the extent of the datafile, then whether this statement is true:-
When all the blocks of the extent is used or freed, then only oracle changes the bitmap values to show the new status of the extent.
If Each bit represents the block of the datafile then whether this statement is true:-
Whenever each block is used or freed oracle changes the bitmap values to show the new status of the blocks.
Please Guide me.
Regards,
Naveen
[Updated on: Sat, 01 September 2007 01:22] Report message to a moderator
|
|
|
|
|
|
|
|