0% found this document useful (0 votes)
953 views

Bug 8470871 - IMPDP Worked Dumps

This summary describes bug 8470871 where the Oracle Data Pump import utility (IMPDP) encountered errors when attempting to import NULL data into columns that had NOT NULL constraints. The bug was fixed in Oracle Database versions 11.2.0.2 and 12.1. As a workaround, the NOT NULL constraints could be removed, the data imported, and then the constraints checked or re-added after the import completed.

Uploaded by

johnevh12345
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
953 views

Bug 8470871 - IMPDP Worked Dumps

This summary describes bug 8470871 where the Oracle Data Pump import utility (IMPDP) encountered errors when attempting to import NULL data into columns that had NOT NULL constraints. The bug was fixed in Oracle Database versions 11.2.0.2 and 12.1. As a workaround, the NOT NULL constraints could be removed, the data imported, and then the constraints checked or re-added after the import completed.

Uploaded by

johnevh12345
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Bug 8470871 - IMPDP worked dumps / ORA-39014 ORA-39029 ORA-31672 for

NULL data violating a NOT NULL constraint [ID 8470871.8]


Modified 17-AUG-2010 Type PATCH Status PUBLISHED

Bug 8470871 IMPDP worked dumps / ORA-39014 ORA-39029 ORA-


31672 for NULL data violating a NOT NULL constraint

This note gives a brief overview bug 8470871.


The content was last updated on: 17-AUG-2010
Click here for details of each of the sections below.

Affects:

Product (Component) Oracle Server (Rdbms)


Range of versions believed to be affected Versions BELOW 12.1
Versions confirmed as being affected • 10.2.0.4
Platforms affected Generic (all / most platforms affected)

Fixed:

• 12.1 (Future Release)


This issue is fixed in
• 11.2.0.2 (Server Patch Set)
Symptoms: Related To:
• Process May Dump (ORA-7445) /
• Datapump
Abend / Abort
Export/Import
• Error May Occur
• Constraint Related
• Dump in or under ldxlxi

Description
Data Pump direct path import does not correctly handle import
of rows that have NULL data columns that violate a NOT NULL constraint

eg:
Impdp reports:
ORA-39014: One or more workers have prematurely exited.
ORA-39029: worker 1 with process name "DW01" prematurely
terminated
ORA-31672: Worker process DW01 died unexpectedly.
Job "SYSTEM"."SYS_IMPORT_TABLE_02" stopped due to fatal error at
11:31:29
ORA-39014: One or more workers have prematurely exited.

and the worker shows to have aborted due to a dump under ldxlxi

Workaround
Do not attempt to import NULL data into a NOT NULL column.
(eg: remove the not null constraint then check the data after
import)

Please note: The above is a summary description only. Actual


symptoms can vary. Matching to any symptoms here does not confirm
that you are encountering this problem. Always consult with Oracle
Support for advice.

References

Bug:8470871 (This link will only work for PUBLISHED bugs)


Note:245840.1 Information on the sections in this article

Related

Products

• Oracle Database Products > Oracle Database > Oracle Database > Oracle Server
- Enterprise Edition

You might also like