返回顶部
首页 > 资讯 > 错误编码 >ORA-14056: partition number string: sum of PCTUSED and PCTFREE may not exceed 100 ORACLE 报错 故障修复 远程处
  • 209
分享到

ORA-14056: partition number string: sum of PCTUSED and PCTFREE may not exceed 100 ORACLE 报错 故障修复 远程处

报错故障number 2023-11-05 01:11:51 209人浏览 安东尼
摘要

文档解释 ORA-14056: partition number string: sum of PCTUSED and PCTFREE may not exceed 100 Cause: the sum of PCTUSED and PCT

文档解释

ORA-14056: partition number string: sum of PCTUSED and PCTFREE may not exceed 100

Cause: the sum of PCTUSED and PCTFREE for a partition whose number (partitions are numbered starting with 1) is displayed in this message exceeds 100. Note that if PCTUSED and/or PCTFREE values for this partition were not specified explicitly, default values for the partitioned table or index would be used. If, in turn, default PCTUSED and/or PCTFREE values for the partitioned table or index were not specified, system defaults would be used.

Action: ensure that a sum of PCTUSED and PCTFREE for the partition does not exceed 100

ORA–14056: partition number string: sum of PCTUSED and PCTFREE may not exceed 100 这是一个长度错误,当你尝试创建一个分区表时,

PCTUSED 和 PCTFREE 的总和可不能超过100。

官方解释

oracle 会检查 PCTUSED 和 PCTFREE 的总和,不能超过100,在ORA–14056错误给出的错误中,partition number 是指表空间中要使用的分区号码。

常见案例

当你尝试使用 CREATE TABLE 语句中指定的 PCTUSED 和 PCTFREE 的值创建分区表时,你可能会触发ORA–14056错误。

正常处理方法及步骤

要解决此错误,你应当确保 PCTUSED 和 PCTFREE 的总和不超过100。如果PCTUSED 和 PCTFREE 的总和超过100,你可能需要将其中一个变量的值进行调整以使得它们的总和不超过100。

--结束END--

本文标题: ORA-14056: partition number string: sum of PCTUSED and PCTFREE may not exceed 100 ORACLE 报错 故障修复 远程处

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

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

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

  • 微信公众号

  • 商务合作