Oracle Error ORA-14284: one or more of table’s subpartitions reside in a read-only tablespace

Oracle Error Message

ORA-14284: one or more of table’s subpartitions reside in a read-only tablespace

Reason for the Error

User issued ALTER TABLE statement attempting to modify an existing VARCHAR2 (or VARCHAR) column to be of type CHAR (or CHARACTER), increase length of an existing CHAR (or CHARACTER) column, or add a column with user-specified default for a table one or more subpartitions of which reside in read-only tablespaces, which is illegal

Solution

Avoid performing aformentioned operations on a partitioned table one or more subpartitions of which reside in read-only tablespaces

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message ORA-24328: illegal attribute value Reason for the Error The attribute value passed in is illegal. Solution Consult...
Oracle Error Message ORA-01346: LogMiner processed redo beyond specified reset log scn Reason for the Error LogMiner has detected a...
Oracle Error Message ORA-13241: specified dimensionality does not match that of the data Reason for the Error An error occurred...