|
anyway found the solution ..since 11g supports the advanced compression ("compress for all operations")
i did alter table <tab_name> compress for all operations;
then i could be able to drop the unused columns using below command, Hats-off to the 11g improvements alter table <tab_name> drop unused columns;
Thanks again for everyone who tried to help.
Sri
|