Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Tables Quota Usage - How?
Try something like
select bytes from user_segments where segment_type='TABLE' and segment_name='[table-name]'
"Emil Nikolov" <emil_nikolov_at_hotmail.com> wrote in message
news:461451f7.0209050818.42237d4d_at_posting.google.com...
> Is there a way to find out what table is using what amount of space?
> I know how to get the total user quota usage, but if I can get it to a
> table level it would be much more helpful.
>
> Thanx.
>
> Emil Nikolov
Received on Thu Sep 05 2002 - 13:27:02 CDT
![]() |
![]() |