ORA-14602: SUBPARTITION TEMPLATE is legal only for a composite partitioned table
Cause: SUBPARTITION TEMPLATE can be specified only for composite partitioned tables
Action: Do not use SUBPARTITION TEMPLATE on non-partitioned or non-composite partitioned tables.
ORA-14602: 错误提示,表明在操作中针对一个非复合分区表时,试图使用子分区模板,这是不合法的。
2. 使用ALTER TABLE or CREATE TABLE statement创建一个正确的复合表。
3. 确保您正在使用正确的子分区名称并确保表中有足够的子分区。
4. 重新试一次操作。
本文标签:ORA-14602 SUBPARTITION TEMPLATE is legal only for composite partitioned table
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接