Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Newbie question: how can I find out the number of extents used by a table
select segment_name, extents, bytes/1024 k
from user_segments
where segment_name = '<your table'>
Hth,
--
Sybrand Bakker, Oracle DBA
hellen davis <hellen101_at_hotmail.com> wrote in message
news:384C9E2A.DEA09D0D_at_hotmail.com...
>
>
Received on Tue Dec 07 1999 - 12:51:05 CST
![]() |
![]() |