ORA-14253: table is not partitioned by Composite Range method ORACLE 报错 故障修复 远程处理
文档解释
ORA-14253: table is not partitioned by Composite Range method
Cause: The table in a subpartition maintenance operation (ALTER TABLE EXCHANGE/MODIFY/MOVE/TRUNCATE SUBPARTITION, or ALTER TABLE MODIFY PARTITION ADD/COALESCE SUBPARTITION command must be partitioned by Composite Range method
Action: Ensure that the table is partitioned by Composite Range method
,给出示例
ORA-14253:表没有使用组合范围方法进行分区。
官方解释
ORA-14253: 表没有使用任何组合范围的分区方法,以便在分区表上执行某些操作。
常见案例
当您尝试使用以下SQL语句对分区表进行操作时,就会遇到ORA-14253的错误:
ALTER TABLE
编辑:广州鸿名健康科技有限公司
标签:分区,方法,组合,操作,分区表