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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- PL/SQL package SYS.DBMS_BACKUP_RESTORE version 19.16.00.00 in TARGET database isSQLPackageRESTDatabase
- 11-雜湊4 Hashing - Hard Version
- 原創:java.lang.UnsupportedClassVersionError: Bad version number in .class fileJavaError
- IDEA中的.VUE檔案報錯 Export declarations are not supported by current JavaScript versionIdeaVueExportJavaScript
- TensorFlow 報錯 CUDA driver version is insufficient for CUDA runtime version
- IDBDatabase.versionDatabase
- MySQL Version TokensMySql
- 理解Semantic Version
- 【故障解決】ORA-17630: Mismatch in the remote file protocol version client 2REMProtocolclient
- Warning: Variable 'a' cannot be saved to a MAT-file whose version is older than 7.3.
- java.lang.IllegalArgumentException: Unsupported class file major version xx解決之道JavaException
- Error: `sass-loader` requires `node-sass` >=4. Please install a compatible version.的錯誤ErrorUI
- 解決The given version [xx] is not supported, only version 1 to 10 is supported in this buildUI
- PJSIP version 2.7.2 For AndroidJSAndroid
- JDK版本 - Major VersionJDK
- Reverse Card (Hard Version)
- Prefix Flip (Easy Version)
- Catch the Mole(Easy Version)
- Maven多模組中,parent version如何採用自定${version}表示Maven
- iOS--Unsupported swift versioniOSSwift
- General->Identity->VersionIDE
- 165. Compare Version Numbers
- Leetcode 165 Compare Version NumbersLeetCode
- 轉:Intellij idea Version Control File Status Colors ( 版本控制檔案狀態顏色 )IntelliJIdea
- linux 核心 LINUX_VERSION_CODE 和 KERNEL_VERSION 宏定義 版本資訊Linux
- warning: already initialized constant FileUtils::VERSIONZed
- Project facet Java version 1.8 is not supportedProjectJava
- Hadoop VERSION檔案誤刪Hadoop
- conda support env+python versionPython
- C2. Magnitude (Hard Version)
- C2. Potions (Hard Version)
- Export/import Datas To/from a Csv FileExportImport
- Internet Protocol version 4 (IPv4)Protocol
- Kafka叢集安裝Version2.10Kafka
- https Java SSL Exception protocol_versionHTTPJavaExceptionProtocol
- D2. Set To Max (Hard Version)
- D2. Reverse Card (Hard Version)
- The version given was unknown or has no registered routes.