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: Examining the space allocation within individual Extents

Re: Examining the space allocation within individual Extents

From: DA Morgan <damorgan_at_psoug.org>
Date: Mon, 12 Dec 2005 12:41:06 -0800
Message-ID: <1134420061.319131@jetspin.drizzle.com>


Jimbo1 wrote:
> Hello there,
>
> I'm an experienced Oracle Developer who has suddenly found himself
> performing non-essential DBA tasks to take the heat away from our DBA
> team, who are currently focussing on bigger and more urgent things.
>
> I've recently created a partitioned table. I would be interested to see
> the space allocation in each of the individual extents, so I can get
> some idea of how efficiently the extents are currently sized. I can
> guarantee 100% that the partitions will not grow beyond around 6.6
> million rows each.
>
> I've been able to figure out how to drill down and observe the extents
> allocated to each partition. In most cases, this is an initial extent
> of 112MB and two additional extents of 28MB apiece. I would just like
> to see the ratio of free space to used space in each extent, as I have
> the feeling that one of the 28MB extents will primarily consist of free
> space. As I know the partition will not grow, I'm concerned about
> wasted space.
>
> I know the DBA's here can observe some kind of graphical view in
> Enterprise Manager to see this, but I do not have this luxury and am
> just using good ol' SQLPlus.
>
> Does anybody know which data dictionary views I should consider looking
> at?
>
> Thanks in advance.
>
> James

Sounds like you are leveraging your lack of knowledge into meaningless work.

  1. What version and edition of Oracle?
  2. Dictionary or LMT?
  3. What tablespace parameters?
  4. What extent sizes?

If the system was properly configured likely there is nothing for you to do.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Mon Dec 12 2005 - 14:41:06 CST

Original text of this message

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