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: fixing tablespace fragmentation

RE: fixing tablespace fragmentation

From: Indy Johal <Indy_Johal_at_prnewswire.com>
Date: Fri, 16 May 2003 06:36:56 -0800
Message-ID: <F001.0059A969.20030516063656@fatcity.com>


"in order to move my indexes to the new tablespace? What is the best method to move indexes to a new tablespace? Should I generate a script to rebuild them and then drop them? "

You can use

Alter Index <IndexName> Rebuild tablespace <TablespacE_name>

In Addition You can use the ONLINE option so as to allow the Online DML to work as usual

Tx

Indy Johal

DENNIS WILLIAMS <DWILLIAMS_at_LIFETOUCH.COM> Sent by: root_at_fatcity.com
05/15/03 08:26 PM
Please respond to ORACLE-L  

        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc: 
        Subject:        RE: fixing tablespace fragmentation


Consider reorging them into LMTs and then you can kiss fragmentation goodbye.

Dennis Williams
DBA, 80%OCP, 100% DBA
Lifetouch, Inc.
dwilliams_at_lifetouch.com

-----Original Message-----
Sent: Thursday, May 15, 2003 8:52 AM
To: Multiple recipients of list ORACLE-L

We are using dictionary managed tablespacse and yes I know I should use locally managed, but I am not allowed to change.

I have significant fragmentation. I moved all my tables to a new tablespace,
rebuild them properly so that they would not fragment(kept the Initial and Next extents the same) compacted them to PCTUSED 99 and PCTFREE 1(wont be any inserts,updates or deletes)

I coalesced the tablespace, but was unable to resize it. My indexes are fragmented too. Is there a simple command similiar to

ALTER TABLE MOVE in order to move my indexes to the new tablespace? What is the best method to move indexes to a new tablespace? Should I generate a script to rebuild them and then drop them?

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: <rgaffuri_at_cox.net
  INET: rgaffuri_at_cox.net

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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.net
--

Author: DENNIS WILLIAMS
  INET: DWILLIAMS_at_LIFETOUCH.COM
Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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.net
--

Author: Indy Johal
  INET: Indy_Johal_at_prnewswire.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Fri May 16 2003 - 09:36:56 CDT

Original text of this message

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