DBMS_REDEFINITION to drop a column: will it be faster than the DROP statement
On a 24/7 system with limited maintanance-windows (so not _really_ 24/7 we have 5 tables in which columns have to be dropped. The tables are large, tens of millions of rows. A drop column statement took more than one hour, while the accepted outage is no more than 25 minutes.
I haven't tried yet, but was wondering if someone knows: will redefining the table with DBMS_REDEFINTION be faster than the DROP COLUMN statement?
Kind regards,
Ronald