Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

impdp through network_link hangs

user12131557Aug 4 2016 — edited Aug 11 2016

I am trying to import a few user schemas from a 11g DB to a 12c  PDB, through network_link. The source DB resides on a RHEL box, while the target DB on an Oracle Linux. The job hangs at the beginning. However, using the same DB link and user (system), I am able to SELECT data of the source-DB from the target DB.

Here is the import log so far:

Connected to: Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production

With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options

Starting "SYSTEM"."SYS_IMPORT_SCHEMA_01":  system/********@mydbname parfile=full.par

Estimate in progress using BLOCKS method...

Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA

v$session info:

On the target DB, the import user's session has WAITING_CLASS=network, EVENT="SQL*Net message from dblink".

On the source DB, the corresponding user session has

      either WAITING_CLASS=Concurrency and EVENT = 'latch: shared pool"

     or WAITING_CLASS = user I/O and EVENT= data file sequential read

Any tips are appreciated.

Thanks.

John.

This post has been answered by Dean Gagne-Oracle on Aug 8 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 8 2016
Added on Aug 4 2016
8 comments
2,066 views