ORA-12985: tablespace 'string' is read only, cannot drop column
What triggered the Error:
An attempt was made to drop column from a partition/subpartition on a read only tablespace.What should we do to fix it:
Set the tablespace to read write and resubmit statement.