To attach another import or export job to the exiting
To check Job name
SQL>select * from dba_datapump_jobs
Open new console window
impdp uid/password@dbname attach=job_name
Now the 2nd import process is added to the 1st .
To check Job name
SQL>select * from dba_datapump_jobs
Open new console window
impdp uid/password@dbname attach=job_name
Now the 2nd import process is added to the 1st .