Page 1 of 1

unable to insert the records in oracle table

Posted: Fri Jan 23, 2009 3:55 am
by prams
Hi
i am inserting into oracle table through datastage job but the job getting aboring due to this fatal error
the error message is like this.
"esql complaint: ORA-14400: inserted partition key does not map to any partition"

can any one help me in this regard, how to proced further steps to take to get into insert the records.

Thanks in Advance

Prams

Posted: Fri Jan 23, 2009 3:59 am
by miwinter
I'd suspect you are using 'Oracle' as the partitioning type on the target stage and the data going into the table, in respect of the partitioning keys defined on that table, don't add up somehow. Consult your Oracle DBA to find out what the table is partitioned on and see if you can find any erroneous looking data on the input, specifically on those attributes.

Posted: Fri Jan 23, 2009 4:11 am
by miwinter
PS. This was posted under server, whereas it's an EE job :)

Posted: Tue Jan 27, 2009 2:50 am
by gnan_gun
Hi,

Whatever data u r inserting into that target table is not matching with your table partition condition. Please go through your table creation DDL command or u can view in SQL Navigator --> ur server -->ur schema -->Tables -->choose ur table -->Table Partitions.