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: table size

Re: table size

From: Thierry Poels <Thierry.Poels_at_vab.be>
Date: Thu, 29 Oct 1998 11:13:15 +0100
Message-ID: <719f4s$998$1@news1.skynet.be>


I stand corrected. ;-)

M. Bhatti wrote in message <36374F62.D8F02501_at_mci.com>... ...
>Select Segment_Name, Sum(bytes), Sum(Blocks)
>From User_Extents
>where Segment_Name = 'your_table_name'
>-- forgot this line below
>group by segment_name
>
Received on Thu Oct 29 1998 - 04:13:15 CST

Original text of this message

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