568数据 568数据


ORA-14759: SET INTERVAL is not legal on this table. ORACLE 报错 故障修复 远程处理

网络编程 ORA-14759: SET INTERVAL is not legal on this table. ORACLE 报错 故障修复 远程处理 10-15

文档解释

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.


编辑:568数据

标签:文档,range,ORA,SET,INTERVAL