ORA-14759: SET INTERVAL is not legal on this table. ORACLE 报错 故障修复 远程处理
文档解释
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 and cannot be the parent table for any reference partitioned tables.
Action: Use SET INTERVAL only on a valid table.