好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

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.

查看更多关于ORA-14759: SET INTERVAL is not legal on this table. ORACLE 报错的详细内容...

  阅读:13次