SET UNUSED / DROP UNUSED COLUMNS ALTER TABLE SET UNUSED (); Or ALTER TABLE SET UNUSED COLUMN ; ALTER TABLE DROP UNUSED COLUMNS; * DROP UNUSED COLUMNS : removes from the table all columns currently makred as unused. Does not actually remove the target columns. Does not restore the disk space used by these columns. DROP will be faster than a normal Dropping. Related data dictionary view : USER_UNU..