Re: Oracle 11g: problem with datapump

From: ddf <oratune_at_msn.com>
Date: Thu, 15 May 2014 08:42:10 -0700 (PDT)
Message-ID: <17575345-d6dc-408a-93a6-026bdb0dd50f_at_googlegroups.com>


On Thursday, May 15, 2014 4:00:13 AM UTC-6, Robert Grzesiak wrote:
> Welcome,
>
>
>
> I have problem with datapump exp/imp using DBMS_DATAPUMP package:
>
> This problem occures same times, not always in RAC, in cases:
>
> - start running 1 job exp from DBO schema, next start running 2nd exp job from the same schema with another SCN
>
> - parallel runs 2 jobs: exp from DBO schema and imp on the another schema
>
> - other cases - generally if parallel runs exp and imp jobs on the same time
>
> errors, for example (not always the same tables):
>
>
>
> ORA-31693: Nie udało się wczytać/usunąć z pamięci obiektu "DBO"."SYSYSPAR" danych tabeli; obiekt jest pomijany wskutek błędu:
>
> ORA-02354: błąd podczas eksportowania/importowania danych
>
> ORA-01466: nie można odczytać danych - definicja tabeli jest zmieniona
>
>
>
> ORA-31693: Nie udało się wczytać/usunąć z pamięci obiektu "PROC"."PRREL_R" danych tabeli; obiekt jest pomijany wskutek błędu:
>
> ORA-02354: błąd podczas eksportowania/importowania danych
>
> ORA-01466: nie można odczytać danych - definicja tabeli jest zmieniona
>
>
>
> I thing that it is same internal problem with datapump with parallel tasks.
>
> If jobs runs sequentially everything is ok...
>
>
>
>
>
> Regards
>
> Robert

It isn't an internal problem, you are trying to export the same data from two different snapshots at basically the same time.

That's what the series of error messages is telling you.

David Fitzjarrell Received on Thu May 15 2014 - 17:42:10 CEST

Original text of this message