Impdp Fails with orA-31693 orA-29913 orA-29400 KUP-11010 if Parallel > 1 is Used in RAC Database [ID 762475.1]
修改时间 17-APR-2012 类型 PROBLEM 状态 PUBLISHED
In this Document
Symptoms
Cause
Solution
References
Applies to:
oracle Server - Enterprise Edition - Version 10.2.0.4 to 11.1.0.7 [Release 10.2 to 11.1]
Information in this document applies to any platform.
*** Checked for relevance on 17-Apr-2012 ***
oracle Server Enterprise Edition - Version: 10.2.0.4 to 11.1.0.7
Symptoms
In a RAC database Data Pump import generates the following errors if PARALLEL > 1 is used:
orA-31693: Table data object ""."" failed to load/unload and is being skipped due to error:
orA-29913: error in executing ODCIEXTTABLEOPEN callout
orA-29400: data cartridge error
KUP-11010: unable to open at least one dump file for load
The directory where Data Pump dump file is stored is *not* accessible from all instances in RAC.
Cause
This issue was analyzed in:
Bug 6990731 - IMPDP 10.2.0.4 ERROR WHEN PARALLEL > 1 orA-31693 orA-29913 orA-29400 KUP-11010
currently suspended.
In this bug there was referenced the "Note" from Bug 5472417 - EXPDP on RAC
fails with orA-39014 / orA-12801 (error signaled in parallel query server) fixed in 10.2.0.4 and 11.1.0.6 (see Note 5472417.8).
This note specifies:
"In order for a Data Pump job start up and work properly in parallel a RAC environment make sure the specified directory object points to shared storage that is accessible from all instances in the RAC cluster".
In 10.2.0.4 and 11g RAC databases this is mandatory for a proper behavior of parallel (parallel>1) Data Pump export/import jobs that the specified directory is on a shared disk accessible from all instances in the RAC cluster.
Solution
1. Create the Data Pump directory on a shared storage accessible from all the instances in the RAC cluster.
or
2. Run the Data Pump import job with parallel=1 (default)
or
3. Run the Data Pump import job if only one instance is started.
References
BUG:5472417 - EXPDP ON RAC ABORTS DUE TO orA-12801 (ERROR SIGNALED IN PARALLEL QUERY SERVER)
NOTE:5472417.8 - Bug 5472417 - EXPDP on RAC fails with orA-39014 / orA-12801 (error signaled in parallel query server)
BUG:6990731 - IMPDP 10.2.0.4 ERROR WHEN PARALLEL > 1: orA-31693 orA-29913 orA-29400 KUP-11010