Originally posted by ArlynSmith Simply use an 'alter table move...' and specify a new storage clause, including a new intial extent. You do not have to move the table to a new tablespace - if you do not specify a tablespace it will be moved to a new extent in the same tablespace. This will preserve your constraints, indexes, and permissions.
I think you will need to recreate the indexes - the rowid's will have changed.
Bookmarks