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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: avail space??

Re: avail space??

From: Ron Rogers <RROGERS_at_galottery.org>
Date: Mon, 19 Mar 2001 11:38:00 -0800
Message-ID: <F001.002D0D96.20010319113555@fatcity.com>

Raghu,
 If you have the space available on your server you could create a table as select from the other table with the unrecoverable command. That would give you a duplicate table with data and no redo logs. Then truncate the original table and insert into original table select * from duplicate table. You can drop the indexes on the original table first if the time the data is unavailable needs to be minimized then create the indexes after the original table is repopulated. The data will be available while the table is being indexed but response will be slower. ROR mª¿ªm

>>> raghukota_at_hotmail.com 03/19/01 01:50PM >>>
Hi Friends

I have some tables ranging 2-10G and almost same range of Indexes!! We purged(Deleted some data from 98 and 99 data) So My task as dba need to avail that purged space from Table and Index??? How can I do that with out Export/Import of Tables??? What is mechanism to reuse the space from deleted rows both in Indexes and Table?? Mine is oracle7.3 on AIX.

Thanks for Your Help
Raghu.



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: raghukota_at_hotmail.com 

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: ListGuru_at_fatcity.com (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: Ron Rogers
  INET: RROGERS_at_galottery.org

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: ListGuru_at_fatcity.com (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).
Received on Mon Mar 19 2001 - 13:38:00 CST

Original text of this message

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