Re: Expdp Dump File Infomation
Date: Mon, 6 Apr 2020 13:03:38 +0100
Message-ID: <CALe4HpmYeJj6WaAPmmO_2Zj1D=fNqbY3Xav83BmfPVfdntJOfA_at_mail.gmail.com>
I experimented with it a little bit. I was running impdp using an incomplete set of files:
Import: Release 12.2.0.1.0 - Production on Mon Apr 6 07:34:53 2020
Copyright (c) 1982, 2017, Oracle and/or its affiliates. All rights
reserved.
Password:
KUPM:07:41:01.217: ORA-39245: import job requires export dump file "df2.dmp"
Once the master table is created, I obtained the list of files using the following query:
SQL> select distinct file_name from test_incomplete where file_name is not null;
/tmp/df2.dmp
/tmp/df1.dmp
I would rather run a sqlfile import in your scenario to validate that a dumpset is self-contained.
On Sun, 5 Apr 2020 at 05:38, Vanita Sharma Tyagi <dba.vanitasharma_at_gmail.com> wrote:
> There is no error this is a genric scenario , we have our end users
> starting import process (self service from an tool we have provided them )
> without copying the dump files completely some time and impdp obviously
> fails with "dumpfile set is not complete" which is correct .
> Wanted to check if we can validate somehow if a dumpset is comete of not
> without running the actual import so that we can restrict them from running
> the impdp if dumpset is not complete.
>
>
> On Sun, Apr 5, 2020, 02:16 Al B. <albert.y.balbekov_at_gmail.com> wrote:
>
>> I would ask for accompanying export log file and for parameter file and
>> command line used. Having export log and export parameters will help in
>> potential troubleshooting.
>>
>> thx,
>> Albert
>>
>>
>> On Sat, Apr 4, 2020, 2:30 AM Vanita Sharma Tyagi <
>> dba.vanitasharma_at_gmail.com> wrote:
>>
>>> Hi Experts ,
>>>
>>> Need some help in validating the dump files in a expdp dump set . I
>>> followed oracle metalink 462488.1 but no where i can see any information
>>> about how many files are present in my dumpset .
>>>
>>> If someone has given a dumpset to you and before import itself we want
>>> to make sure that dumpset is complete . [ Without using impdp sqlfile
>>> option ] We have access via sqlplus only to system views/packages to check
>>> .
>>>
>>>
>>> BR
>>> Vanita
>>>
>>
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Apr 06 2020 - 14:03:38 CEST