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

Home -> Community -> Usenet -> c.d.o.server -> Re: Script to find segment that have just ONE more extent

Re: Script to find segment that have just ONE more extent

From: Michel Cadot <micadot_at_netcourrier.com>
Date: Mon, 8 Jan 2001 15:18:23 +0100
Message-ID: <93ci97$q63$1@s1.read.news.oleane.net>

I'm not sure to understand what you want. Is it not this:
select segment_name from user_segments where extents=max_extents-1;

--
Have a nice day
Michel


"Luis Santos" <lsantos_at_pobox.com> a écrit dans le message news: 93cc8o$db5$1_at_nnrp1.deja.com...

> Hello!
>
> There are several scripts on the Web (and itīs easy to write one!)
> that show the segments that canīt be extended anymore, due to
> maxextents reached or no more contiguous space on the segmentīs
> tablespace.
>
> But itīs not easy to find or write a script that shows all the
> segments that can allocate more one, and only one, extent.
>
> Does someone has such a script?
>
> Best regards
>
> --
> Luis Santos
> Oracle DBA
>
>
> Sent via Deja.com
> http://www.deja.com/
Received on Mon Jan 08 2001 - 08:18:23 CST

Original text of this message

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