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: Calculating new tablespace sizes

Re: Calculating new tablespace sizes

From: Andy Hardy <aph_at_ahardy.demon.co.uk>
Date: 13 Sep 1998 04:59:11 GMT
Message-ID: <01bdded2$19c9dcc0$430c400a@viao1>

Sybrand Bakker <postbus_at_sybrandb.demon.nl> wrote in article <35FA2DB9.7F5FE70A_at_sybrandb.demon.nl>...
> Hi Andy,
>
> select segment_type, sum(bytes)/1024 K
> from dba_segments
> where owner = <your owner>
> and segment_type in ('TABLE','INDEX')
> group by segment_type;

Sybrand,

Thanks for the advice and the calculation!

Andy Received on Sat Sep 12 1998 - 23:59:11 CDT

Original text of this message

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