ORA-14400

Error: ORA-14400: inserted partition key does not map to any partition

Causa: 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.

Acción: Do not insert the key. Or, add a partition capable of accepting the key. Or, add values matching the key to a partition specification.


Deja tu comentario:

¿No sabes cómo solucionar el error? ¿O lo has conseguido resolver y quieres ayudar a otros usuarios?

Para comentar, haz login con tu cuenta de


COMENTARIOS:

por German granados | 09/07/2009 14:02:19

RE: ORA-14400

no idea