Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How many extents have been allocated?
select extents from dba_segments where segment_name=<table_name> and
segment_type='TABLE';
Regards,
Sebastian.
Shawn Lenhardt wrote:
>
> This is probably basic dba stuff:
>
> How do you determine how many extents have been allocated
> to a table?
>
> I can't seem to locate an appropriate view. A calculation?
--
mailto:doktor_at_post.pl
PGP Public Key : http://friko6.onet.pl/pr/bienkiew/
or mailto:bienkiew_at_netscape.net (mail robot) Received on Wed Jan 20 1999 - 03:00:18 CST
![]() |
![]() |