Mr Alex

You overlooked imp point that is oracle 7.3


>From: "Alex Hillman" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
>Subject: RE: Re-claiming the space from Table after deleteion
>Date: Fri, 09 Mar 2001 08:45:57 -0800
>
>First of all, as Joe Testa said - if you partitioned this table by date -
>let say one partition per month - you can truncate partitions that you 
>don't
>need anymore. Second - if this option is not available - let say that you
>need delete most but not all records from specific partition - you can
>create temporary table, select into this table all records that should not
>be deleted, truncate partition and then select into partition all records
>from temporary table. And last case - if you need to delete let say 30-50%
>of the recors and this table does not have a lot of deletes in everyday
>activity and most deletes are batch in the end of month or some other
>period - you can increase value of PCTUSED to 100-PCTFREE-5.
>
>Alex Hillman
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> > [EMAIL PROTECTED]
> > Sent: Friday, March 09, 2001 4:56 AM
> > To: Multiple recipients of list ORACLE-L
> > Subject: Re-claiming the space from Table after deleteion
> >
> >
> > Dear All,
> >
> >     Platform: Solaris 2.6, Oracle: 7.3.4.0
> >
> > We have a few tables which are growing very fast due to large no of
> > insertions. But the data gets obselete after a month and we use a
> > procedure to delete the obselete data from the tables.
> >
> >     The problem is that the table does not free the space even
> > after the deletion of 40% of the data.
> >
> > How can we re-claim the unused space which got created due to deletion?
> >
> > How do we ensure that future inserts are done in this unused space?
> >
> >
> >             [We can not try exp/imp or truncate option
> >             due to the huge size  & high activity and
> >             online use of the tables].
> >
> > Kind Regards and thanks to all there,
> >
> >
> > Rafi Ahmad
> >
> >
> >
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author:
> >   INET: [EMAIL PROTECTED]
> >
> > Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
> > San Diego, California        -- Public Internet access / Mailing Lists
> > --------------------------------------------------------------------
> > To REMOVE yourself from this mailing list, send an E-Mail message
> > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB ORACLE-L
> > (or the name of mailing list you want to be removed from).  You may
> > also send the HELP command for other information (like subscribing).
> >
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: Alex Hillman
>   INET: [EMAIL PROTECTED]
>
>Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
>San Diego, California        -- Public Internet access / Mailing Lists
>--------------------------------------------------------------------
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from).  You may
>also send the HELP command for other information (like subscribing).

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Raghu Kota
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to