Error Description:
I have exported multiple tables without any issue, but import got failed for only one table and it has completed successfully for rest of the tables.Export Log file Snap: ;;; Export: Release 11.2.0.4.0 - Production on Thu Mar 29 14:46:44 2018 Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved. ;;; Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production With the Partitioning, Automatic Storage Management, OLAP, Data Mining and Real Application Testing options Starting "RUPESH"."SYS_EXPORT_TABLE_03": rupesh/******** parfile=TEST_PAR_RUP.PAR Estimate in progress using BLOCKS method... Processing object type TABLE_EXPORT/TABLE/TABLE_DATA Total estimation using BLOCKS method: 4.940 GB Processing object type TABLE_EXPORT/TABLE/TABLE Processing object type TABLE_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT Processing object type TABLE_EXPORT/TABLE/COMMENT Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/CONSTRAINT Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT Processing object type TABLE_EXPORT/TABLE/TRIGGER . . exported "RUPESH"."T1" 53.29 KB 64 rows . . exported "RUPESH"."T2" 7.226 KB 867 rows . . exported "RUPESH"."T3" 6.242 KB 47 rows . . exported "RUPESH"."T4" 313.4 KB 64291 rows . . exported "RUPESH"."T5" 154.4 KB 38460 rows . . exported "RUPESH"."T6" 55.00 KB 18035 rows . . exported "RUPESH"."T7" 27.53 KB 4279 rows . . exported "RUPESH"."T8" 122.0 KB 34273 rows . . . . . . . . . . exported "RUPESH"."T44" 0 KB 0 rows . . exported "RUPESH"."T45" 0 KB 0 rows . . exported "RUPESH"."T46" 84.95 MB 1264350 rows . . exported "RUPESH"."T47" 23.76 MB 3905003 rows Master table "RUPESH"."SYS_EXPORT_TABLE_03" successfully loaded/unloaded ****************************************************************************** Dump file set for RUPESH.SYS_EXPORT_TABLE_03 is: /export/Data/expdp/rupesh/test_exp_2_101.dmp /export/Data/expdp/rupesh/test_exp_2_102.dmp /export/Data/expdp/rupesh/test_exp_2_103.dmp /export/Data/expdp/rupesh/test_exp_2_104.dmp /export/Data/expdp/rupesh/test_exp_2_105.dmp /export/Data/expdp/rupesh/test_exp_2_106.dmp /export/Data/expdp/rupesh/test_exp_2_107.dmp /export/Data/expdp/rupesh/test_exp_2_108.dmp /export/Data/expdp/rupesh/test_exp_2_109.dmp Job "RUPESH"."SYS_EXPORT_TABLE_03" successfully completed at Thu Mar 29 14:47:26 2018 elapsed 0 00:00:38 |
Import Log File Snap: ;;; Import: Release 11.2.0.4.0 - Production on Thu Apr 12 15:05:59 2018 Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved. ;;; Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options Master table "SYS"."SYS_IMPORT_FULL_01" successfully loaded/unloaded Starting "SYS"."SYS_IMPORT_FULL_01": "/******** AS SYSDBA" DIRECTORY= RUPESH_DATA_IMPORT dumpfile=test_exp_2_1%U.dmp logfile=test_imp_2_1.log remap_schema=RUPESH:RUPESH remap_tablespace=DATA_TBS:DATA_CBS TABLE_EXISTS_ACTION=REPLACE Processing object type TABLE_EXPORT/TABLE/TABLE Processing object type TABLE_EXPORT/TABLE/TABLE_DATA ORA-31693: Table data object "RUPESH"."T1" failed to load/unload and is being skipped due to error: ORA-02354: error in exporting/importing data ORA-02367: read ended but had expected more data from file /data/Dump/rupesh/test_exp_2_101.dmp . . imported "RUPESH"."T2" 84.95 MB 1264350 rows . . imported "RUPESH"."T3" 23.76 MB 3905003 rows . . imported "RUPESH"."T4" 4.024 MB 613587 rows . . imported "RUPESH"."T5" 313.4 KB 64291 rows . . imported "RUPESH"."T6" 7.226 KB 867 rows . . imported "RUPESH"."T7" 6.242 KB 47 rows . . imported "RUPESH"."T8" 27.53 KB 4279 rows . . imported "RUPESH"."T9" 55.00 KB 18035 rows . . imported "RUPESH"."T10" 154.4 KB 38460 rows . . imported "RUPESH"."T11" 122.0 KB 34273 rows |
- Checked all dump files were exist in directory hosted on target server.
- Compared size of all dump files on both source and target server. There was a mismatch in below dump file size on target server.
On Source: bash-4.4$ du -sk test_exp_29_1* 592 test_exp_2_101.dmp 328 test_exp_2_102.dmp 4144 test_exp_2_103.dmp 24348 test_exp_9_104.dmp 68 test_exp_2_105.dmp 276 test_exp_2_106.dmp 12 test_exp_2_107.dmp 272 test_exp_2_108.dmp 87004 test_exp_2_109.dmp On Target: bash-4.4$ du -sk test_exp_2_1* 592 test_exp_2_101.dmp 328 test_exp_2_102.dmp 4140 test_exp_2_103.dmp. ========> Here is the issue. 24348 test_exp_2_104.dmp 68 test_exp_2_105.dmp 276 test_exp_2_106.dmp 12 test_exp_2_107.dmp 272 test_exp_2_108.dmp 87004 test_exp_2_109.dmp |
Thanks for reading this post ! Please comment if you like this post ! Click on FOLLOW to get future blog updates !
Thank you for your comment !