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: Online "tablespace" reorg ?

RE: Online "tablespace" reorg ?

From: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Tue, 28 Jun 2005 16:20:50 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C45023611C1@NT15.oneneck.corp>


Hi Bob,

No, I don't believe there is anyway to do an online table reorg, much less an online tablespace reorg. There is an ONLINE option for the ALTER TABLE . . MOVE statement, but unfortunately it is for use with IOTs only.

I think your only options are to use the ALTER TABLE . . . MOVE like you've already mentioned, or to use exp/imp, with a drop/create of the tablespaces in the middle to recreate the tablespaces as LMT w/ ASSM.

Regards,
Brandon

-----Original Message-----

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Bob Sent: Tuesday, June 28, 2005 2:54 PM
To: oracle-l_at_freelists.org
Subject: Online "tablespace" reorg ?

All-
Is there such a thing as online tablespace reorg?

All, I've been tasked to perform an "online reorg of our tablespaces"   From my research I come to these findings.

1 - tablespace reorg is not a popular topic and only seems to be available using oem which due to our diverse environment, I need to use a sqlplus script. From reading ask tom he is claiming there really isn't anything to "reorg" in a tablespace - recreate yes - reorg no Is this correct?

2 My plans would be to create new tablespaces using LMT and ASSM, then alter table move .. new tablespace. The LMT would minimizes future fragmentation and ASSM would benefit by using the alter table shrink; statement to alter the HWM in the future.

Questions,
1 - Is there such a thing as online reorg of tablespaces and if so documentation on its use?
2 - Are there any issues that I'm overlooking in item 2

Thanks
Bob

side note -dbms_refefination looks like what I've been told to look for but that is on the table level and not going to help because the tablespaces are DMT. I don't need to redef the tables I'm really looking to reclaim space from the tablespaces as well as putting the tables in LMT and ASSM mode
--

http://www.freelists.org/webpage/oracle-l

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--

http://www.freelists.org/webpage/oracle-l Received on Tue Jun 28 2005 - 19:25:06 CDT

Original text of this message

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