On 8/11/05, Bryan Wells <bunjibry@(protected)> wrote: > Can some one see what I am missing/doing wrong? I am attempting to import > data from a parfile to get data from a partitioned table to non-partitioned > table and am getting the following error. i have truncated the tables and > set ignore=y. is that not enough?
I'm with mladen here - I don't see why you are getting a DBMS_STATS error if not choosing to import stats.
that said is the table definition the same in your target as it was in the source? i.e does dw_sold_to_customer_id exist in the invoice table for your target db?