返回顶部
首页 > 资讯 > 错误编码 >ORA-14641: STORE-IN clause can be specified only for a Hash, Composite Range Hash table/partition OR
  • 351
分享到

ORA-14641: STORE-IN clause can be specified only for a Hash, Composite Range Hash table/partition OR

报错故障clause 2023-11-05 04:11:53 351人浏览 八月长安
摘要

文档解释 ORA-14641: STORE-IN clause can be specified only for a Hash, Composite Range Hash table/partition Cause: Specifying

文档解释

ORA-14641: STORE-IN clause can be specified only for a Hash, Composite Range Hash table/partition

Cause: Specifying a STORE-IN clause during CREATE/ALTER of a Range, Composite Range List partitioned table which is not allowed”

Action: Re-issue the stament after removing the STORE-IN clause

ORA-14641: STORE-IN关键字只能用于Hash,Composite Range Hash表/分区

这是一个在创建表时可能遇到的一个oracle错误,它表明您已经尝试使用STORE-IN关键字,但是分区/子分区不是Hash,Composite Range Hash表/分区。

错误在此上下文中此错误:

CREATE TABLE tbl ( col1 int, col2 varchar2(15) ) PARTITION BY RANGE (col1) store in (namespace1, namespace2);

上面的sql语句会引发ORA-14641错误,因为Range分区方式不支持STORE-IN 关键字。

正确处理此错误的步骤是:

1.更正语法,不要使用STORE-IN关键字

2.使用正确的分区类型,如Hash,Composite Range Hash

3.使用STORE-IN关键字,以支持指定存储空间。

--结束END--

本文标题: ORA-14641: STORE-IN clause can be specified only for a Hash, Composite Range Hash table/partition OR

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

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

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

  • 微信公众号

  • 商务合作