Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: empty block vs no. freelist blocks
One other question.
If I move/rebuild these tables and indexes, would that space be
released to the tablespace or back to the datafile as unused space?
What steps would be needed to get that space back as actual OS file
space?
alter old_tablename move new_tablename new_tablespace
alter new_tablename move old_tablename old_tablespace
rebuild indexes
?
Received on Fri Mar 24 2006 - 09:08:47 CST