Oracle Error ORA-12983: cannot drop all columns in a table

Oracle Error Message

ORA-12983: cannot drop all columns in a table

Reason for the Error

An attempt was made to drop all columns in a table.

Solution

Make sure at least one column remains in the table after the drop column operation.