Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Decyphering LMT space bitmap
There's a funny thing about the:
| Tail portion of Bitmap Blocks M blocks
It doesn't really exist despite Oracle documents to the contrary. Try creating a file with some waste space at the end of it so that the 'Tail' points to the start of the waste space; then increase the file size by one extent.
The 'Tail' will apparently move.
A potentially important detail for using LMTs (with uniform space management) - the file size should be a multiple of the extent size plus 64K (or in special cases, perhaps 128K is needed) to avoid wasting the best part of one extent at the end of the file.
Jonathan Lewis
http://www.jlcomp.demon.co.uk
Host to The Co-Operative Oracle Users' FAQ http://www.jlcomp.demon.co.uk/faq/ind_faq.html
Author of:
Practical Oracle 8i: Building Efficient Databases
-----Original Message-----
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
Date: 08 April 2002 21:52
|From the 'Data Management and Storage Internal" notes,
|
|Bitmapped Tablespace File Structure
|
|A new bitmapped tablespace file has the following structure:
|File Header 1 block
|Bitmapped File Space Header 1 block
|Head portion of of Bitmap Blocks N blocks
|Useful file blocks U units (A unit is a number
|of blocks)
|Tail portion of Bitmap Blocks M blocks
|
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jonathan Lewis INET: jonathan_at_jlcomp.demon.co.uk Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Apr 08 2002 - 18:23:47 CDT
![]() |
![]() |