Oracle Error Message
ORA-39726: unsupported add/drop column operation on compressed tables
Reason for the Error
An unsupported add/drop column operation for compressed table was attemped.
Solution
When adding a column, do not specify a default value. DROP column is only supported in the form of SET UNUSED column (meta-data drop column).