DataPump Import (IMPDP) Utility Reports: "imported 4294967295 Out Of <X> Rows"
(Doc ID 2057620.1)
Last updated on MAY 17, 2021
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 to 11.2.0.4 [Release 11.2]Oracle Database Cloud Schema Service - Version N/A and later
Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
On RDBMS 11.2.0.4 (specific to that version) the DataPump Import log reports a value of 4294967295 rows imported when the table is known to contain >4294967295 rows, e.g.:
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning option
Master table "A"."B" successfully loaded/unloaded
Starting "A"."B": A/********@<TNS_NAME> DUMPFILE=DUMP:Expdp_B_%U.dmp LOGFILE=LOG:Impdp_B.log REMAP_SCHEMA=C:A TABLE_EXISTS_ACTION=APPEND CONTENT=DATA_ONLY PARALLEL=32 JOB_NAME=I_A
Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
. . imported "A"."B":"PMAX" 98.69 GB 4294967295 out of 6317069561 rows
Job "A"."I_A" successfully completed at Tue Sep 15 18:15:59 2015 elapsed 0 02:00:11
With the Partitioning option
Master table "A"."B" successfully loaded/unloaded
Starting "A"."B": A/********@<TNS_NAME> DUMPFILE=DUMP:Expdp_B_%U.dmp LOGFILE=LOG:Impdp_B.log REMAP_SCHEMA=C:A TABLE_EXISTS_ACTION=APPEND CONTENT=DATA_ONLY PARALLEL=32 JOB_NAME=I_A
Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
. . imported "A"."B":"PMAX" 98.69 GB 4294967295 out of 6317069561 rows
Job "A"."I_A" successfully completed at Tue Sep 15 18:15:59 2015 elapsed 0 02:00:11
The number of rows being reported as 4294967295 is significant as it represents (2^32)-1. If this is any other value this document will not assist.
Changes
NONE
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |