Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Inserts into Partitioned Table fail with Ora-14400

RE: Inserts into Partitioned Table fail with Ora-14400

From: Brady, Mark <Mark.Brady_at_Constellation.Com>
Date: Fri, 31 Aug 2007 09:20:42 -0400
Message-ID: <72AB68B424526641A8514835270C2EB5015489D0@EXM-OMF-21.Ceg.Corp.Net>


Thanks for the responses. They were good shots at an intractable problem. Intractable because the "trusted" developer lied - although not intentionally. His script had, through some mysterious means, after running for 3 years without fail, been switched to point to test. There is NO reason why that error would come from an insert into a range partition table, regardless of datatype, with a partition bounded by maxvalue. You can't have holes in range partitions you can only be missing values at the "top" or "high" end.  


From: Yasin Baskan [mailto:yasin.baskan_at_yapikredi.com.tr] Sent: Friday, August 31, 2007 2:06 AM
To: Brady, Mark; oracle-l_at_freelists.org
Subject: RE: Inserts into Partitioned Table fail with Ora-14400  

It might help us if you send your create table script.  

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Brady, Mark Sent: Thursday, August 30, 2007 11:20 PM To: oracle-l_at_freelists.org
Subject: Inserts into Partitioned Table fail with Ora-14400  

We're inserting records via SQL*Loader into a 9.2.0.6.

The table is Range Partitioned.

The last partition is defined as Maxvalue.

If you have a maxvalue partition it should not be possible to see

Record 8: Rejected - Error on table LEAVES.

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

But every record fails.

MaxValue should be just like an "else", right? And the docs say that Nulls go to maxvalue partitions.

Either the value is less than some partition we defined or less than maxvalue but it's not unmappable.

What am I missing?  

Thanks,

Mark Brady

>>> This e-mail and any attachments are confidential, may contain legal,
professional or other privileged information, and are intended solely for the
addressee. If you are not the intended recipient, do not use the information
in this e-mail in any way, delete this e-mail and notify the sender. CEG-IP2 Bu mesaj ve onunla iletilen tum ekler gonderildigi kisi ya da kuruma ozel ve Bankalar Kanunu geregince, gizlilik yukumlulugu tasiyor olabilir. Bu mesaj, hicbir sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz ve para karsiligi satilamaz; mesajin yetkili alicisi veya alicisina iletmekten sorumlu kisi degilseniz, mesaj icerigini ya da eklerini kopyalamayiniz, yayinlamayiniz, baska kisilere yonlendirmeyiniz ve mesaji gonderen kisiyi derhal uyararak bu mesaji siliniz. Bu mesajin iceriginde ya da eklerinde yer alan bilgilerin dogrulugu, butunlugu ve guncelligi Bankamiz tarafindan garanti edilmemektedir ve bilinen viruslere karsi kontrolleri yapilmis olarak yollanan mesajin sisteminizde yaratabilecegi zararlardan Bankamiz sorumlu tutulamaz.         

This message and the files attached to it are under the privacy liability in accordance with the Banking Law and confidential to the use of the individual or entity to whom they are addressed. This message cannot be copied, disclosed or sold monetary consideration for any purpose. If you are not the intended recipient of this message, you should not copy, distribute, disclose or forward the information that exists in the content and in the attachments of this message; please notify the sender immediately and delete all copies of this message. Our Bank does not warrant the accuracy, integrity and currency of the information transmitted with this message. This message has been detected for all known computer viruses thence our Bank is not liable for the occurrence of any system corruption caused by this message         

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Aug 31 2007 - 08:20:42 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US