Oracle DBA, How To, Error, Cause and Action

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

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.

No comments:

Post a Comment

Thanks for your comment.