can i use alter table table_name Coalesce
428632Feb 22 2006 — edited Feb 22 2006I made pctincrease to 0 from 50 because of high next_extent value, now i want to release unnecessary space used by the tables so please advise can i use the
alter table <table_name> coalesce;
will this command release extraspace occupied by the table