Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> What is the difference between shrinking an index and rebuilding in Oracle 10g?
What is primary difference in results from the following commands? It
seems like they both resolve fragmentation issues.
ALTER INDEX <INDEX_NAME> SHRINK SPACE;
ALTER INDEX index_name REBUILD;
ALTER INDEX index_name COALESCE; Received on Thu Jan 11 2007 - 11:00:34 CST