ORA-39358: Export dump file version 12.1.0 not compatible with target version 11
ORA-39358: Export dump file version 12.1.0 not compatible with target version 11.2.0
一般原因是目標庫是手工建庫:
SQL> show parameter COMPATIBLE;
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
compatible string 11.2.0
在pfile檔案修改:
compatible ='12.1.0'
重啟資料庫例項。
create spfile from pfile;
SQL> show parameter COMPATIBLE;
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
compatible string 12.1.0
源和目標庫的版本一致,可以做impdp了。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22996654/viewspace-2923221/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 錯誤:Dx unsupported class file version 52.0(解決)
- MySQL Version TokensMySql
- 理解Semantic Version
- 原創:java.lang.UnsupportedClassVersionError: Bad version number in .class fileJavaError
- Decomplied class file,bytecode version 52 0(Java 8)Java
- PL/SQL package SYS.DBMS_BACKUP_RESTORE version 19.16.00.00 in TARGET database isSQLPackageRESTDatabase
- IDEA中的.VUE檔案報錯 Export declarations are not supported by current JavaScript versionIdeaVueExportJavaScript
- 比較 Informix Version 11 的各個版本ORM
- Enable Oracle NUMA support with Oracle Server Version 11.2.0.1OracleServer
- 解決The given version [xx] is not supported, only version 1 to 10 is supported in this buildUI
- Maven多模組中,parent version如何採用自定${version}表示Maven
- ORA-01251: Unknown File Header Version read for file number 7Header
- IDBDatabase.versionDatabase
- Prefix Flip (Easy Version)
- Reverse Card (Hard Version)
- JDK版本 - Major VersionJDK
- Catch the Mole(Easy Version)
- 【故障解決】ORA-17630: Mismatch in the remote file protocol version client 2REMProtocolclient
- java.lang.IllegalArgumentException: Unsupported class file major version xx解決之道JavaException
- High Version Count Issues(SQL高Version Count) (文件 ID 296377.1)SQL
- iOS--Unsupported swift versioniOSSwift
- .NET Framework 的 Quirk VersionFrameworkUI
- phpweb /version.php VulPHPWeb
- check the OS support version before install the oracle 11gOracle
- Error: `sass-loader` requires `node-sass` >=4. Please install a compatible version.的錯誤ErrorUI
- General->Identity->VersionIDE
- let definitions are not supported by current javascript versionJavaScript
- Project facet Java version 1.8 is not supportedProjectJava
- Xcode上Version和BuildXCodeUI
- linux jdk version選擇LinuxJDK
- C2. Magnitude (Hard Version)
- C2. Potions (Hard Version)
- ACDSee 4.0 Trial Version和FotoCanvas Lite Trial Version時間限制破解 (7千字)Canvas
- linux 核心 LINUX_VERSION_CODE 和 KERNEL_VERSION 宏定義 版本資訊Linux
- PJSIP version 2.7.2 For AndroidJSAndroid
- Difference between prop and attr in different version of jqueryjQuery
- PRTMV means PARTition Mult-Version.
- mysql server 5.5 version版本初識MySqlServer