Hi,
I am not importing any data into DB, I am exporting the data from DB, While exporting the data from database, I am facing the following issue.
Export: Release 11.2.0.4.0 - Production on Sun Sep 3 07:10:35 2017
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
;;;
Connected to: Oracle Database 11g Release 11.2.0.4.0 - 64bit Production
Starting "OTN"."SYS_EXPORT_SCHEMA_99": USERID=/********@otn_ALIAS SCHEMAS=SNML,WDM FLASHBACK_TIME=systimestamp DUMPFILE=dp_dump_ntwk_dir:expdat.dmp LOGFILE=dp_log_dir:export_Ntwk.log
Estimate in progress using BLOCKS method...
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 18.21 GB
Processing object type SCHEMA_EXPORT/USER
Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
Processing object type SCHEMA_EXPORT/ROLE_GRANT
Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
Processing object type SCHEMA_EXPORT/SYNONYM/SYNONYM
Processing object type SCHEMA_EXPORT/TYPE/TYPE_SPEC
Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
Processing object type SCHEMA_EXPORT/SEQUENCE/GRANT/OWNER_GRANT/OBJECT_GRANT
Processing object type SCHEMA_EXPORT/TABLE/TABLE
Processing object type SCHEMA_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_SPEC
Processing object type SCHEMA_EXPORT/PACKAGE/GRANT/OWNER_GRANT/OBJECT_GRANT
Processing object type SCHEMA_EXPORT/FUNCTION/FUNCTION
Processing object type SCHEMA_EXPORT/FUNCTION/GRANT/OWNER_GRANT/OBJECT_GRANT
Processing object type SCHEMA_EXPORT/PROCEDURE/PROCEDURE
Processing object type SCHEMA_EXPORT/PACKAGE/COMPILE_PACKAGE/PACKAGE_SPEC/ALTER_PACKAGE_SPEC
Processing object type SCHEMA_EXPORT/FUNCTION/ALTER_FUNCTION
Processing object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDURE
Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
Processing object type SCHEMA_EXPORT/TABLE/INDEX/FUNCTIONAL_INDEX/INDEX
Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/FUNCTIONAL_INDEX/INDEX_STATISTICS
Processing object type SCHEMA_EXPORT/VIEW/VIEW
Processing object type SCHEMA_EXPORT/VIEW/GRANT/OWNER_GRANT/OBJECT_GRANT
Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
Processing object type SCHEMA_EXPORT/TABLE/TRIGGER
Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
. . exported "SNML"."CLOG" 10.00 GB 8182771 rows
. . exported "WDM"."ALARMEVENT" 1.143 GB 7071987 rows
. . exported "WDM"."ALMLOG" 856.0 MB 3757437 rows
. . exported "WDM"."PSES" 320.3 MB 2241391 rows
. . exported "WDM"."CIRCUITPACKADDRESS" 6.017 MB 89375 rows
. . exported "WDM"."BASETPCOMPONENT" 11.21 MB 328816 rows
ORA-31693: Table data object "WDM"."TP" failed to load/unload and is being skipped due to error:
ORA-19502: write error on file "/backup/OTN_2-12/otn/Ntwk/expdat.dmp", block number 3230445 (block size=4096)
ORA-27072: File I/O error
Additional information: 4
Additional information: 3230445
Additional information: 196608
ORA-31693: Table data object "SNML"."COUNT" failed to load/unload and is being skipped due to error:
ORA-31644: unable to position to block number 3230637 in dump file "/backup/OTN_2-12/otn/Ntwk/expdat.dmp"
ORA-19502: write error on file "/backup/OTN_2-12/otn/Ntwk/expdat.dmp", block number 3230637 (block size=4096)
ORA-27072: File I/O error
Linux-x86_64 Error: 28: No space left on device
Additional information: 4
Additional information: 3230637
Additional information: -1
ORA-31693: Table data object "WDM"."PA_1830PSS" failed to load/unload and is being skipped due to error:
ORA-19502: write error on file "/backup/OTN_2-12/otn/Ntwk/expdat.dmp", block number 3230639 (block size=4096)
ORA-27072: File I/O error
Linux-x86_64 Error: 28: No space left on device
Additional information: 4
Additional information: 3230639
I had calculated the dump file size = 3230445 * 4096 = 12.241937876679GB. It looks dump file is corrupted. Total estimation block size is 18.21 GB
Can you please help me how to rectify / recover it?
Regards,
Varadha