oerr ora 14400
14400, 00000, “inserted partition key does not map to any partition”
// *Cause: An attempt was made to insert a record into, a Range or Composite
// Range object, with a concatenated partition key that is beyond
// the concatenated partition bound list of the last partition -OR-
// An attempt was made to insert a record into a List object with
// a partition key that did not match the literal values specified
// for any of the partitions.
// *Action: Do not insert the key. Or, add a partition capable of accepting
// the key, Or add values matching the key to a partition specification
你的分区定义得有问题或插入的关键字不对所致,没有建缺省分区或最大值和最小值定义不合理。