Database Error Messages

ORA-14756

Table is not partitioned by the interval or by the autolist method.

Cause

The table was not partitioned by the interval or by the autolist method.


Action

ALTER TABLE SET STORE IN is only valid for interval or autolist partitioned tables. Ensure that the table is partitioned by an interval or by an autolist method.