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

Home -> Community -> Mailing Lists -> Oracle-L -> Table growth - disk sizing

Table growth - disk sizing

From: Ranko Mosic <ranko.mosic_at_gmail.com>
Date: Mon, 22 Aug 2005 17:38:57 -0400
Message-ID: <367369f105082214384ae525e3@mail.gmail.com>


Hi all,
I need to estimate table growth. Any ideas except standard select segment_name, sum(bytes)
from dba_segments
group by segment_name;
and likes, done every day to extrapolate growth ?

Any experiences with alter table table_name monitoring; etc.

Regards, Ranko.

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Aug 22 2005 - 16:40:59 CDT

Original text of this message

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