文档解释 ORA-14255: table is not partitioned by Range, List, Composite Range or Composite List method Cause: The table was n
ORA-14255: table is not partitioned by Range, List, Composite Range or Composite List method
Cause: The table was not partitioned by Range, List, Composite Range or Composite List method.
Action: ALTER TABLE SPLIT/DROP PARTITION or ALTER TABLE MERGE PARTITIONS command is only valid for table partitioned by Range, List, Composite Range or Composite List methods. Ensure that the table is partitioned appropriately.
ORA-14255:表没有采用范围、列表、复合范围或复合列表方法进行分区
1.通过执行select table_name,partitioning_tyle from user_tables视图,可以查询出当前table是否已经有了分区,如果partitioning_tyle为null或者NONE则表示当前table没有分区。
2.通过执行以下DDL语句分成该table:
CREATE TABLE
--结束END--
本文标题: ORA-14255: table is not partitioned by Range, List, Composite Range or Composite List method ORACLE
本文链接: https://lsjlt.com/news/529481.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0