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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How many times a table has extended

Re: How many times a table has extended

From: Michel Cadot <micadot_at_netcourrier.com>
Date: Tue, 16 Nov 1999 16:30:01 +0100
Message-ID: <80rtc3$fc7$1@oceanite.cybercable.fr>


select extents from user_segments where segment_name='<your table>';

--
Have a nice day
Michel

<qcoldiro_at_my-deja.com> a écrit dans le message : 80rp2q$vhm$1_at_nnrp1.deja.com...
> How can I tell in SQL*Plus how many times a table has extended?
>
> Quinn
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Nov 16 1999 - 09:30:01 CST

Original text of this message

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