Expdp Hangs in Oracle 11g [message #509277] |
Fri, 27 May 2011 00:25 |
pradies
Messages: 250 Registered: May 2008
|
Senior Member |
|
|
Hi,
I am trying to export Schema using expdp command. but its going hang after few minutes. it seems that it stucks any where. Even I am trying with normal scott schema it is also hanging.
Can someone tell me why this is happening and what is the solution for this.
Attachment of exp log files
Regards
Pradeep
-
Attachment: xyz.log
(Size: 1.08KB, Downloaded 2308 times)
|
|
|
|
|
|
Re: Expdp Hangs in Oracle 11g [message #509302 is a reply to message #509289] |
Fri, 27 May 2011 01:44 |
John Watson
Messages: 8962 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
It does think it is going to write out 11G of data. That will take a while. If you query v$session_longops you will get some information on the progress. What about the dump file? Is it growing?
|
|
|
|
|
|
Re: Expdp Hangs in Oracle 11g [message #509316 is a reply to message #509315] |
Fri, 27 May 2011 02:34 |
pradies
Messages: 250 Registered: May 2008
|
Senior Member |
|
|
Hi,
Query Output is
=============================
SQL> select event,seconds_in_wait,status from v$session where program like '%DW%
';
XDB SGA initialization , 3
,ACTIVE
==================================================
Dump file is not increasing. it is still 4KB. and at the same line in log file
Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
Regards
Pradeep
|
|
|
|
|
|
Re: Expdp Hangs in Oracle 11g [message #509335 is a reply to message #509332] |
Fri, 27 May 2011 04:46 |
pradies
Messages: 250 Registered: May 2008
|
Senior Member |
|
|
Hi
When I m copying this into area it is fine but when I am checking preview its not. how can i set this.
event Seconds_in_ Status
---------------------- ------------ ------
XDB SGA initialization 3 ACTIVE
Reagrds
Pradeep
|
|
|
|
|
|
Re: Expdp Hangs in Oracle 11g [message #539333 is a reply to message #509340] |
Fri, 13 January 2012 07:59 |
|
fabi88
Messages: 112 Registered: November 2011
|
Senior Member |
|
|
Same problem here.
Finally resolved it by executing expdp directly on the server, instead of doing it from my local machine.
Maybe due to a compatibility problem between my Oracle client (10.2) and server versions (11.2) ?!?.
--Frosty
|
|
|