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: Best bet for table defragmentation

RE: Best bet for table defragmentation

From: Vasu Balla <appsdba_at_gmail.com>
Date: Sat, 18 Aug 2007 10:58:22 +0530
Message-ID: <00e001c7e158$9e6af5d0$db40e170$@com>

 

You might try playing with pctfree n pctused params of this table, which may enable you to insert more data into same old blocks.  

vasu  

From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Khan, Muhammad S
Sent: Friday, August 17, 2007 9:26 PM
To: oracle-l_at_freelists.org
Subject: Best bet for table defragmentation  

Its Oracle 9.2.0.7 on Solaris, we have a transaction table with approximately 68 million rows. It is consisting of about 100GB space in the tablespace and it is assumed that it is highly fragmented. We definitely need some space at that tablespace and for that we were discussing the methods for defragmenting it and get some space back. One suggested method was export/import but that would take atleast 6 hours while another one was moving the table to another tablespace and rebuild the indexes which would not require any downtime.  

Does any guru have any other suggestion regarding that? Or your input about the above methods as per knowledge and experience???  

Thanks,  

--
http://www.freelists.org/webpage/oracle-l
Received on Sat Aug 18 2007 - 00:28:22 CDT

Original text of this message

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