zoukankan      html  css  js  c++  java
  • ORA-14300

    ORA-14300

    Table of Contents

    1 错误信息

    ORA-12008: error in materialized view or zonemap refresh path
    ORA-14300: partitioning key maps to a partition outside maximum permitted
    number of partitions
    

    2 原因分析

    14300, 00000, "partitioning key maps to a partition outside maximum permitted number of partitions"
    // *Cause:  The row inserted had a partitioning key that maps to a partition number greater than 1048575
    // *Action  Ensure that the partitioning key falls within 1048575 partitions or subpartitions.
    

    从Oracle 提示来看,是说分区的总个数走过了1048575.

    这里补充另外一个原因: 分区字段有空值时也会报这个错误。

    Author: halberd.lee

    Created: 2020-05-21 Thu 13:29

    Validate

  • 相关阅读:
    yii框架源码分析之Yii::createWebApplication()>run() 执行过程分析
    PHP的范围解析操作符(::)的涵义
    数据结构&算法(PHP描述) 三元组 Triplet
    解决远程连接mysql很慢的问题(mysql_connect 打开连接慢)
    第4章 数据处理数组的处理郑阿奇
    PHP相似函数整理2 array_flip() 、array_reverse()
    OS + Linux Disk disk lvm / disk partition / disk mount / disk io
    my read_Country
    OS + Linux File nfs / samba / rsync / inotify / smb / webdav
    Unix + OS IBM Aix Disk disk lvm / disk partition / disk mount / disk mon / File
  • 原文地址:https://www.cnblogs.com/halberd-lee/p/12930176.html
Copyright © 2011-2022 走看看