Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Table moment to another tablespace ..

3551557Sep 22 2017 — edited Sep 22 2017

I am trying to move a 1 TB table from one tablespace to another tablespace to remove fragmentation

alter table test move TABLESPACE test_tb nologging parallel 6;

For this how much temp ,Undo tablespace sizes I need to maintain .. Could you please help me on this . Also please

tell us know is there any performance related things I can do over here .

Do I need to gather stats once the activity was done ?

DB was in restricted modeĀ  . Before doing this activity do I need to enable row moment ?

Approximately how much timeĀ  it will take for a table of size 1 TB to migrate from one table space to another table space .

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 20 2017
Added on Sep 22 2017
5 comments
458 views