Oracle Error ORA-12985: tablespace ‘string’ is read only, cannot drop column

Oracle Error Message

ORA-12985: tablespace ‘string’ is read only, cannot drop column

Reason for the Error

An attempt was made to drop column from a partition/subpartition on a read only tablespace.

Solution

Set the tablespace to read write and resubmit statement.