Bugra Canbakal's Oracle Blog

  • Home
  • Contact
  • SITE MAP
You are here: Home / Oracle / RAC - Real Application Cluster / RAC Impdp ORA-31693, ORA-29913, ORA-31640, ORA-19505, ORA-27037 fixing problems

RAC Impdp ORA-31693, ORA-29913, ORA-31640, ORA-19505, ORA-27037 fixing problems

06:42 AM By Bugra Canbakal 6 Comments

1.PURPOSE AND SCOPE

If  the dumpfile located on non-shared area and  dba try to start impdp operation with parallel on RAC servers (version 11gR2),dba would receive  ORA-31693, ORA-29913, ORA-31640, ORA-19505, ORA-27037 errors. The reason behind it oracle try to import using all RAC nodes for this operation and if the dumpfile is located on non-shared place , it could no reach it.

2.PRACTICE

2.1. Starting impdp operation.

$ impdp bcanbakal/bcanbakal directory=exp parallel=8 dumpfile=schmedump_%U.dmp logfile=log:impdp.log full=y 

ORA-31693: Table data object "ESK"."FPP_WALT_MATCH" failed to load/unload and is being skipped due to error:
ORA-31640: unable to open dump file "/u01/app/exp/schmedump_08.dmp" for read
ORA-19505: failed to identify file "/u01/app/exp/schmedump_08.dmp"
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3

2.2. We can solve this problem with 3 ways.

2.2.1. We can move dump file to shared location like ASM.

2.2.2. We can add CLUSTER=N parameter so only one node would execute this import operation.

$ impdp bcanbakal/bcanbakal directory=exp parallel=8 dumpfile=schmedump_%U.dmp logfile=log:impdp.log full=y CLUSTER=N

2.2.3. When we parallel parameter oracle automaticly use CLUSTER=YES parameter at import operation so if you remove parallel parameter on impdp operation there wont be any issue..

$ impdp bcanbakal/bcanbakal directory=exp  dumpfile=schmedump_%U.dmp logfile=log:impdp.log full=y

Share this:

  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on X (Opens in new window) X

Filed Under: RAC - Real Application Cluster Tagged With: cluster=n, impdp, ORA-19505, ORA-27037, ORA-29913, ORA-31640, ORA-31693, oracle, parallel, rac

Comments

  1. Ahmet KILINÇ says

    Tuesday June 5th, 2012 at 02:23 PM

    Teşekkürler 1 bilgi daha öğrenmiş olduk

  2. Bugra Canbakal says

    Wednesday June 6th, 2012 at 06:51 AM

    Umarım işinize yarar.

  3. yasin yazıcı says

    Wednesday August 14th, 2013 at 10:36 AM

    Paylaşım için teşekkürler…

  4. Bugra Canbakal says

    Wednesday August 14th, 2013 at 10:55 AM

    Isinize yaramasina sevindim

  5. Yeşim Camlı says

    Saturday June 13th, 2015 at 06:23 PM

    Merhaba,
    Peki parallel parametresini kullanmadığımızda bu hatayı alıyorsak bir tavsiyeniz olur mu?
    Paylaşım için teşekkürler

  6. Bugra Canbakal says

    Monday June 15th, 2015 at 08:45 AM

    Merhaba,

    Impdp outputunu buraya c/p yaparmisiniz.

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About Me



Language:

  • English
  • Turkish

Categories

  • Oracle
    • RAC – Real Application Cluster
    • RMAN
    • Single Node
    • Standby – Dataguard
  • OS
    • Linux

Blogroll

  • Emre Baransel
  • Gökhan Atıl
  • H. Tonguc Yılmaz
  • Kamil Türkyılmaz
  • Tanel Poder
  • Turkce Oracle
  • Turkish Oracle User Group
  • Uwe Hesse
  • Zekeriya Beşiroğlu

Archives

  • April 2014
  • March 2014
  • August 2013
  • June 2013
  • March 2013
  • January 2013
  • December 2012
  • November 2012
  • July 2012
  • June 2012
  • May 2012
  • January 2012
  • November 2011
  • October 2011
  • August 2011
  • July 2011
  • June 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • June 2010
OCP
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

[footer_backtotop]

Copyright © 2010-2014 Bugra Canbakal. All rights reserved.