Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Max Extents Scripts
Here's a script to check on max extents. &offset would be how many
extents it has before reaching its max.
select extents,segment_name from dba_segments
where (max_extents - &offset) <= extents;
Eric Richardson
Thomas Jefferson University
Lee Broders <lee_at_newapply.com> wrote in message
news:388e2aa9.0_at_energise.enta.net...
> Does anyone have a script that will check if any of the table extents are
> nearing max_extent
> Please
>
>
Received on Tue Jan 25 2000 - 19:40:32 CST
![]() |
![]() |