Database Error Messages

ORA-12985

tablespace 'string' is read only, cannot drop column

Cause

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


Action

Set the tablespace to read write and resubmit statement.