Alter table table_name move tablespace
Hi,
Im using oracle 11.1.0.7.0 on aix 5.3 , most of the users in my database are assigned to SYSTEM tablespace, and their objects are also created in SYSTEM tablespace,
Im planning to run Alter table table_name move tablespace tablespace_name;
is there any need to run rebuild index or the above command will rebulid indexes automatically.
Thanks,