Oracle 12.2 impdp parallel
Hi,
While importing with impdp with the parallel option (set to 12) I impdp hangs on
phase "Processing object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDURE" and if I look in the database the impdp worker process is doing an "alter procedure xxx compile".
At this point I stop/kill the impdp job.
and while creating indexes it reports that some of the indexes are already in place. It seems to me that one worker creates an index and some other workers tries to create the same index at the same time. My workaround is not to use parallel while importing.
Is this a know issue?