IMPDP hangs on table data [message #458028] |
Wed, 26 May 2010 19:05 |
tmcallister
Messages: 107 Registered: December 2007
|
Senior Member |
|
|
I'm trying to do a network datapump between oracle databases, and it seems to continually hang when it gets to the point where it should be processing table data.
C:\>impdp DP_USER/DP_USER parfile=sde_webmap_2.par
Import: Release 11.1.0.7.0 - 64bit Production on Wednesday, 26 May, 2010 17:42:03
Copyright (c) 2003, 2007, Oracle. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Starting "DP_USER"."SYS_IMPORT_FULL_01": DP_USER/******** parfile=sde_webmap_2.par
Estimate in progress using BLOCKS method...
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 1.006 GB
Processing object type DATABASE_EXPORT/SCHEMA/USER
Processing object type DATABASE_EXPORT/SCHEMA/GRANT/SYSTEM_GRANT
Processing object type DATABASE_EXPORT/SCHEMA/ROLE_GRANT
Processing object type DATABASE_EXPORT/SCHEMA/DEFAULT_ROLE
Processing object type DATABASE_EXPORT/SCHEMA/SEQUENCE/SEQUENCE
Processing object type DATABASE_EXPORT/SCHEMA/SEQUENCE/GRANT/OWNER_GRANT/OBJECT_GRANT
Processing object type DATABASE_EXPORT/SCHEMA/PROCACT_SCHEMA
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE
It just sits at this point indefinitely.
The parfile for those interested:
directory=datapumps
logfile=sde_webmap_2.log
network_link=backup
full=y
INCLUDE=SCHEMA:"IN ('SDE_WEBMAP_BUSINESS','SDE_WEBMAP_BUSINESS_A','SDE_WEBMAP_BUSINESS_B')"
And the results from V$SESSION_LONGOPS
69 SYS_IMPORT_FULL_01 IMPORT 0 1031 MB 5/26/2010 5:50:37 PM 5/26/2010 6:03:29 PM
Any ideas?
|
|
|
|
Re: IMPDP hangs on table data [message #458143 is a reply to message #458029] |
Thu, 27 May 2010 10:05 |
tmcallister
Messages: 107 Registered: December 2007
|
Senior Member |
|
|
BlackSwan wrote on Wed, 26 May 2010 18:22select * from v$sess_io where sid = (select sid from v$session where program like 'udi%');
I had to change the like clause to 'impdp%' to get any results, and once I did this is what I got.
The third column CONSISTENT_GETS (49704) is in increasing by about 4 every 5 seconds, and the V$SESSION_LONGOPS query still shows 0 progress.
140 69 SYS_IMPORT_FULL_01 IMPORT 0 1031 MB
16+ hours to datapump ~1gb? Something must be seriously wrong. I'm going to try doing the same but without the database link.
|
|
|
|
|
|
|
|
|
|