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: Table Partition error

RE: Table Partition error

From: Deshpande, Kirti <kirti.deshpande_at_verizon.com>
Date: Tue, 22 Aug 2000 13:36:31 -0500
Message-Id: <10597.115281@fatcity.com>


Looks like the data has some date that does not have a corresponding partition to go to. Do you have a partition with 'MAXVALUE' as its upper bound for the partition key? If using a concatenated partition key, then the data is matched 'equal' to all fields except the last field where it will be matched 'less than'.
HTH..

> -----Original Message-----
> From: ARUN K C [SMTP:arun_k_c_at_hotmail.com]
> Sent: Tuesday, August 22, 2000 10:25 AM
> To: Multiple recipients of list ORACLE-L
> Subject: Table Partition error
>
> Hello All,
> I am trying to import a 7.3.4 table data into a 8.0.6.1 partitioned table
> I
> have created range partition on a column which has DATE as datatype.
> After inserting few million rows I am getting the following error.
>
> ORA-14400: inserted partition key is beyond highest legal partition key
> IMP-00018: partial import of previous table completed: 5742441 rows
> imported
> IMP-00041: Warning: object created with compilation warnings
>
> Can somebody please let me know what this means and how I can solve this
> issue.
> Thanks in advance
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> --
> Author: ARUN K C
> INET: arun_k_c_at_hotmail.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Tue Aug 22 2000 - 13:36:31 CDT

Original text of this message

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