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

Home -> Community -> Usenet -> c.d.o.misc -> Re: size in bytes of a table

Re: size in bytes of a table

From: Dave <x_at_x.com>
Date: Fri, 15 Jul 2005 22:57:38 GMT
Message-ID: <CbXBe.70828$G8.34108@text.news.blueyonder.co.uk>

"Glook" <Glook_at_GL.cl> wrote in message
news:db9drf$m1c$1_at_spawn.telmexchile.cl...
> as I can know the size in bytes of a table. The version of Oracle is 9i

select sum(bytes) from user_segments where segment_name = '<TABLENAME>' Received on Fri Jul 15 2005 - 17:57:38 CDT

Original text of this message

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