Oracle Error ORA-14132: table cannot be used in EXCHANGE

Oracle Error Message

ORA-14132: table cannot be used in EXCHANGE

Reason for the Error

An attempt was made to issue an ALTER TABLE EXCHANGE PARTITION | SUBPARTITION command, but the non-partitioned table cannot be used in the EXCHANGE because one or more of the following apply:

– it is a typed table

– it is a temporary table

– it contains ADT columns

– it contains nested-table columns

– it contains REF columns

– it contains array columns

– it is an index-organized table

– it contains LOB columns

– it is a nested table

– it is created with row dependency and the partitioned table is not

– it is created without row dependency and the partitioned table is

Solution

Make sure the non-partitioned table does not violate any of the above restrictions for the ALTER TABLE EXCHANGE PARTITION | SUBPARTITION command.

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...