Export and import right application or execute import imp-00010 error solve
Export and import right application or execute import imp-00010 error solve
①、Export and import right application
Source database: the database where the data is exported from
Target database: the database where the data is imported into
Clients database:
1、the databse where the data is exported dump files from source database
2、the database where the data is imported dump files into target database
sound approach
EXPORT:
Clients database version <= source database version
IMPORT:
Clients database version <= target database version
②、execute import imp-00010 error solve
1、error environment
Export dump files
Source database: 11.2.0.1
Clients database: 11.2.0.1
Import dump files
Target database:10.2.0.1
Clients database:10.2.0.1
2、execute import error
IMP-00010:Not a valid export file,header failed verification
IMP-00000:Import terminated unsuccessfully
3、Solution
first solution way :export dump files from clients database (equal to target database 10.2.0.1) –【Recommended Method】
second solution way : modify export dump files header
1、 using UE open export dump files
TEXPORT:V11.02
2、 modify export dump files header
TEXPORT:V10.02
3、import is ok
附表:
(Exp 和 imp 正確應用 )或(imp報錯 imp-00010解決方法)
一、(Exp 和 imp 正確應用 )
正確方法
Export
客戶端的資料庫版本《=源資料庫的版本
Import
客戶端的資料庫版本《=目標資料庫的版本
二、(imp報錯 imp-00010解決方法)
1、問題環境重現
高版本exp,然後低版本imp錯誤型別
2、報錯資訊
IMP-00010:Not a valid export file,header failed verification
IMP-00000:Import terminated unsuccessfully
3、解決方法
第一方法:更改exp客戶段資料庫的版本
第二方法:直接使用UE修改export dump file頭驗證(把TEXPORT:V11.02修改成TEXPORT:V10.02)
http://docs.oracle.com/cd/E11882_01/server.112/e22490/original_export.htm#SUTIL2103
Examples of Using Different Releases of Export and Import
Table 21-5 shows some examples of which Export and Import releases to use when moving data between different releases of the Oracle database.
Table 21-5 Using Different Releases of Export and Import
Export from->Import to |
Use Export Release |
Use Import Release |
8.1.6 -> 8.1.6 |
8.1.6 |
8.1.6 |
8.1.5 -> 8.0.6 |
8.0.6 |
8.0.6 |
8.1.7 -> 8.1.6 |
8.1.6 |
8.1.6 |
9.0.1 -> 8.1.6 |
8.1.6 |
8.1.6 |
9.0.1 -> 9.0.2 |
9.0.1 |
9.0.2 |
9.0.2 -> 10.1.0 |
9.0.2 |
10.1.0 |
10.1.0 -> 9.0.2 |
9.0.2 |
9.0.2 |
Table 21-5 covers moving data only between the original Export and Import utilities. For Oracle Database 10g release 1 (10.1) or higher, Oracle recommends the Data Pump Export and Import utilities in most cases because these utilities provide greatly enhanced performance compared to the original Export and Import utilities.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26442936/viewspace-752204/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Import Error: cannot import name ‘export_saved_modelImportErrorExport
- 1nd round export and import errorExportImportError
- export/importExportImport
- mysql export & importMySqlExportImport
- mysql import and exportMySqlImportExport
- ES6 import exportImportExport
- oracle Export/Import工具使用OracleExportImport
- statistics的export與import!ExportImport
- DB2 export and importDB2ExportImport
- DLL的Export和ImportExportImport
- import、require 、export、export default、exports、module exportsImportUIExport
- Export/import Datas To/from a Csv FileExportImport
- import,export的支援[nodejs]ImportExportNodeJS
- full database export and import(實戰)DatabaseExportImport
- DataPump Export/Import Of LOBs Are Not Executed in ParallelExportImportParallel
- oracle Export and Import 簡介(轉)OracleExportImport
- Data Utilities : Export and Import Utilities (57)ExportImport
- Export And Import Between Different Oracle VersionsExportImportOracle
- module.exports 、 exports 和 export 、 export default 、 importExportImport
- 新手關於import/export的理解ImportExport
- ES6 module模組 import exportImportExport
- Oracle 12c full transportable export & importOracleExportImport
- JS/TS 的 import 和 export 用法小結JSImportExport
- node識別es6的 import/exportImportExport
- DB2 export 與 import 相關操作DB2ExportImport
- #import vs @importImport
- 詳解es6的export和import命令ExportImport
- Run Out Of Space On UNDO Tablespace Using DataPump Import/ExportImportExport
- import、require、export、module.exports 混合使用詳解ImportUIExport
- 【metalink】Export/Import DataPump Parameter TRACE (文件 ID 286496.1)ExportImport
- ES6模組化之export和import的用法ExportImport
- ES6規範import和export用法總結ImportExport
- 如何讓瀏覽器支援 import 和export語法瀏覽器ImportExport
- 關於 ES6 的 import 與 export 的思考ImportExport
- Sqoop-1.4.4工具import和export使用詳解OOPImportExport
- Oracle 10.2.0.1 exp 之 full database export and import(實戰)OracleDatabaseExportImport
- #import、#include、@import modules區別Import
- Export/Import and NLS Considerations (此文章不錯,推薦)ExportImportIDE