Database Error Messages

ORA-39282

Cannot alter default tablespace of partitions in partitioned table.

Cause

DBMS_METADATA_DIFF was comparing two partitioned tables with different default tablespaces. There is no SQL ALTER statement to change the default tablespace of a partitioned table.


Action

The difference cannot be eliminated with an SQL ALTER statement.