返回顶部
首页 > 资讯 > 错误编码 >ORA-30564: Index maintainence clause not allowed for ADD partition to RANGE partitioned tables ORACL
  • 466
分享到

ORA-30564: Index maintainence clause not allowed for ADD partition to RANGE partitioned tables ORACL

报错故障maintainence 2023-11-05 06:11:38 466人浏览 独家记忆
摘要

文档解释 ORA-30564: Index maintainence clause not allowed for ADD partition to RANGE partitioned tables Cause: The clause IN

文档解释

ORA-30564: Index maintainence clause not allowed for ADD partition to RANGE partitioned tables

Cause: The clause INVALIDATE or UPDATE GLOBAL INDEXES is allowed only for ADD partition to a HASH partitioned table or ADD subpartition to a composite partitioned table.

Action: Remove clause and reissue operation

ORA-30564: Index maintainence clause not allowed for ADD partition to RANGE partitioned tables 错误是指oracle 数据库在向 range 分区表添加分区时发现有索引维护子句。

官方解释

ORA-30564 在 Oracle Database 中是一个用于 AD MINISTRA TION 报错编号, 说明:

“索引维护从句不允许为范围(RANGE)分区表添加分区。 “

常见案例

1. 当使用ALTER TABLE语句向一个RANGE分区表中添加新索引时,ORA-30564可能会发生。

2. 向RANGE分区表添加分区的ALTER TABLE语句中包含索引维护子句也可能会出现这个错误。

一般处理方法及步骤

1. 检查ALTER TABLE语句有无余外索引维护子句。

2. 如果是要在ALTER TABLE语句中向RANGE分区表添加新索引,请单独分开将索引添加到表中,即不要加入到ALTER TABLE语句中。

3. 如果确实需要添加索引维护子句,使用ALTER INDEX子句单独执行。

--结束END--

本文标题: ORA-30564: Index maintainence clause not allowed for ADD partition to RANGE partitioned tables ORACL

本文链接: https://lsjlt.com/news/536678.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作