Database Error Messages

ORA-14759

SET INTERVAL is not legal on this table.

Cause

SET INTERVAL clause was specified. ALTER TABLE SET INTERVAL is only legal on a range partitioned table with a single partitioning column. Additionally, this table cannot have a MAXVALUE partition.


Action

Use SET INTERVAL only on a valid table.