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: Simple Space Question

Re: Simple Space Question

From: Daniel Morgan <dmorgan_at_exesolutions.com>
Date: Mon, 17 Jun 2002 19:35:01 GMT
Message-ID: <3D0E39D7.6BDD1842@exesolutions.com>


Arthur wrote:

> Hello All,
>
> Understanding space usage in an Oracle database is so hard. Maybe
> someone can help me out with this.
>
> All of my tables are locally managed. Basically I am interested in
> seeing how much unused space is in each table / tablespace. I want to
> know if any of these objects have been 'over allocated' and are much
> larger than they need to be. If I need to move the HWM, can I do
> this without import/export or moving the table to another tablespace?
>
> Also, I'd like to see how much space is left in each table /
> tablespace. This gives me an idea how close we are to needing to
> resize the object.
>
> If you can send a copy of your response to my email, I'd appreciate
> it......
>
> Thank you,
>
> Arthur

Tables are not locally managed. Tablespaces, or more exactinly perhaps extents, are locally managed.

Look at dba_free_space for available room in a tablespace.

Look at dba_segments and dba_extents for information about these entities.

Daniel Morgan Received on Mon Jun 17 2002 - 14:35:01 CDT

Original text of this message

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