Database Error Messages

OCI-14427

table does not support modification to a partitioned state DDL string

Cause

An alter table modification to a partitioned state DDL was issued on a table that was either not a heap table or had an object type, domain index or bitmap join index defined on it. This DDL is only supported for heap tables that are non-partitioned.


Action

Do not use the modification to a partitioned state DDL on a partitioned table.