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

  • 相关阅读:
    JasperReport环境设置
    JasperReports入门,JasperReports是什么?
    插入算法
    java web项目(spring项目)中集成webservice ,实现对外开放接口
    Java代码中的(解压7z加密版)
    Java底层基础题
    sql执行过长,如何入手优化
    集群环境(session多服务器共享的方案梳理)
    SimpleDateFormat优化写法
    java面试题总结
  • 原文地址:https://www.cnblogs.com/halberd-lee/p/12930176.html
Copyright © 2011-2022 走看看