IMP-00010: not a valid export file tips
Question: I exported all the tables in my database using exp export utility. All the tables exported successfully. I specified exp file path correctly. I tried to import the export file (called backupt.dmp) into other database using following import command:
imp scott/tiger@orcl1 file=c:\backupt.dmp formuser=exa touser=scott ignore=y
IMP-00010: not a valid export file, header failed verification
IMP-00000: Import terminated unsuccessfully
I specified exp file path correctly, yet I still get this IMP-00010 error. What could have caused the export to be treated as invalid?
Answer: The Oracle Oracle does note that the most common cause of the ORA-00010 invalid export file is a corrupted export file, but there are other cases that throw the ORA-00010 error message:
IMP-00010: not a valid export file, header failed verification
Cause: Either the file was not generated by Export or it was corrupted.
Action: If the file was indeed generated by Export, report this an Import bug and submit the export file to customer support.
If you did indeed use export (exp or expdp) to do the export, and you verified your path to the dmp file, the "IMP-00010: not a valid export file, header failed verification" error can be caused by these issues:
-
Corruption from compression or FTP - If the export file was manipulated it may have become corrupted. The most common cause with FTP is using an ASCII transfer and failing to use the binary flag:
ftp> binary
ftp> get -i myexportfile.zip
-
Importing into an earlier version of Oracle - Dump files change formatting between releases, and it's impossible for any software to recognize a format that was not yet invented. Trying a data pump export (expdp) as input to Oracle 8i will cause the "IMP-00010: not a valid export file, header failed verification" error message.
原始檔:http://www.dba-oracle.com/t_imp_00010_not_a_valid_export_file.htm
祝好~
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28602568/viewspace-759515/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Export/import Datas To/from a Csv FileExportImport
- Export with Spool and Parallel Utl_FileExportParallel
- Export and import right application or execute import imp-00010 error solveExportImportAPPError
- IMP-00009: abnormal end of export fileORMExport
- ScalaSigParserError: Unexpected error: Not a valid class fileError
- File list Export for Mac(檔案列表匯出工具)ExportMac
- File list Export for Mac檔案列表匯出工具ExportMac
- 從Export Dumpfile file 中讀出DDL 語句Export
- no- valid devices were found on which to create new file systemsdev
- opatch報錯:The oraInst.loc file specified is not validAI
- IMPSHOW2SQL - Extracting SQL from an EXPORT file (Doc ID 29765.1)SQLExport
- IMP-00008: unrecognized statement in the export file: string的問題分析ZedExport
- OPatch cannot find a valid oraInst.loc file to locate Central InventoryAI
- @EXPORT and @EXPORT_OKExport
- export 和 export default 區別Export
- File list Export for Mac(檔案列表匯出工具) v2.8.9啟用版ExportMac
- ORA-39358: Export dump file version 12.1.0 not compatible with target version 11Export
- All mirror URLs are not using ftp, http[s] or file. Cannot find a valid baseurl for repo: baseFTPHTTP
- exportExport
- JavaScript中的export、export default、exports和module.exports(export、export default、exports使用詳細)JavaScriptExport
- export和export default的區別Export
- export ORACLE_SID=founder exportExportOracle
- import、require 、export、export default、exports、module exportsImportUIExport
- Conventional Path Export和Direct Path ExportExport
- Conventional Path Export Versus Direct Path ExportExport
- FORM ExportORMExport
- export/importExportImport
- ES6:export 與 export default 區別Export
- JavaScript ES6中,export與export defaultJavaScriptExport
- 6.exports、module.exports、export、export defalutExport
- module.exports 、 exports 和 export 、 export default 、 importExportImport
- Tips
- ES6 export && export default 差異總結Export
- ES6 export 和 export default的區別Export
- export default用法Export
- export DISPLAY=:0.0Export
- mysql export & importMySqlExportImport
- mysql import and exportMySqlImportExport