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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: find free space under HWM for a table

Re: find free space under HWM for a table

From: Vladimir Begun <jester_at_whale.sunbay.crimea.ua>
Date: Thu, 12 Jul 2001 00:08:20 -0700
Message-ID: <F001.00348473.20010712001024@fatcity.com>

on Jul 11, 2001 at 11:30:18PM, Chuan Zhang wrote:
> Hi, DBA gurus,
>
> Recently, I will archiving some big tables. How to find free space under
> HWM for a table?

Do analyze and then you can calculate it:

 dba_segments.blocks - dba_tables.empty_blocks - 1

Be aware the blocks which are below HWM can be empty because of preallocation or delete activities.

-- 
Vladimir Begun               | echo "Congratulations.  You aren't running
http://vbegun.net/           | Eunice."
http://vbegun.net/wap/       |       -- Larry Wall in Configure from
me_at_vbegun.net                |       the perl distribution
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Vladimir Begun
  INET: jester_at_whale.sunbay.crimea.ua

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 Thu Jul 12 2001 - 02:08:20 CDT

Original text of this message

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