Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Extent sizes

Re: Extent sizes

From: Mladen Gogala <gogala_at_sbcglobal.net>
Date: Mon, 26 Sep 2005 04:01:46 GMT
Message-Id: <pan.2005.09.26.04.01.46.81072@sbcglobal.net>


On Sun, 25 Sep 2005 19:00:32 -0700, PK wrote:

>
> Jonathan,
> That explains it very well.
> The level 1 bitmap that covers the present and the next extents - is it
> normal for all locally managed tablespaces ?

Yes. Locally managed tablespaces use bitmaps instead of dictionary tables like uet$. If you want to inspect blocks within your table, you can do the following:

ALTER SYSTEM DUMP DATAFILE file# BLOCK MIN min_block# BLOCK MAX max_block#;

The priceless site for learning everything about the dumps that a dumpster can possibly need is http://www.juliandyke.com That is how you can find out about the blocks in your database. Happy dumping!

-- 
http://www.mgogala.com
Received on Sun Sep 25 2005 - 23:01:46 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US