Data Pump client compatibility. ===============================
连接数据库版本 数据泵客户端版本 10gR1 10gR2 11gR1 11gR2 12cR1 12cR2 18c 19c version 10.1.0.x 10.2.0.x 11.1.0.x 11.2.0.x 12.1.0.x 12.2.0.x 18.x.y.z 19.x.y.z ----------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- 10.1.0.x supported supported supported supported no no no no 10.2.0.x no supported supported supported supported no no no 11.1.0.x no supported supported supported supported no no no 11.2.0.x no no no supported supported supported supported supported 12.1.0.x no no no no supported supported supported supported 12.2.0.x no no no no no supported supported supported 18.x.y.z no no no no no supported supported supported 19.x.y.z no no no no no no no supported
数据泵dmp文件版本
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Data Pump file version. =======================
Version Written by Can be imported into Target: Data Pump database with 10gR1 10gR2 11gR1 11gR2 12cR1 12cR2 18c 19c Dumpfile Set compatibility 10.1.0.x 10.2.0.x 11.1.0.x 11.2.0.x 12.1.0.x 12.2.0.x 18.x.y.z 19.x.y.z ------------ --------------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- 0.1 10.1.x supported supported supported supported supported supported supported supported 1.1 10.2.x no supported supported supported supported supported supported supported 2.1 11.1.x no no supported supported supported supported supported supported 3.1 11.2.x no no no supported supported supported supported supported 4.1 12.1.x no no no no supported supported supported supported 5.1 12.2.x no no no no no supported supported supported 5.1 18.x.y no no no no no no supported supported 5.1 19.x.y no no no no no no no supported
Version New Feature Remark: --------- --------------------------------- ---------------------------------------------- 10.1.0.1 Data Pump Technology Introduction of high-speed data movement. --------- 10.2.0.1 COMPRESSION Compress metadata in export dumpfile. 10.2.0.1 ENCRYPTION_PASSWORD Allows encrypted column data in dumpfile. 10.2.0.1 SAMPLE Specify a percentage of data to be unloaded. 10.2.0.1 TRANSFORM Change DDL for OID's and space allocation. 10.2.0.1 VERSION Create file compatible with earlier release. --------- 11.1.0.1 COMPRESSION Both data and metadata can be compressed. 11.1.0.1 DATA_OPTIONS (expdp) Specify handling of XMLType columns. 11.1.0.1 DATA_OPTIONS (impdp) Specify handling of constraint violations. 11.1.0.1 ENCRYPTION Both data and metadata can be encrypted. 11.1.0.1 ENCRYPTION_ALGORITHM Specify a specific encryption algorithm. 11.1.0.1 ENCRYPTION_MODE Specify the type of security to be used. 11.1.0.1 PARTITION_OPTIONS Specify how to handle partitioned tables. 11.1.0.1 REMAP_DATA Change column values based on a function. 11.1.0.1 REMAP_TABLE Rename tables during an import operation. 11.1.0.1 REUSE_DUMPFILES Option to overwrite existing dumpfiles. 11.1.0.1 TRANSPORTABLE Transfer table data by copying datafiles. --------- 11.2.0.1 Legacy mode: accept exp and imp parameters. 11.2.0.1 ABORT_STEP Stop job after initializing to query master. 11.2.0.1 ACCESS_METHOD Specify a particular method to (un)load data. 11.2.0.1 CLUSTER Control whether workers use all RAC instances. 11.2.0.1 DATA_OPTIONS (impdp) Specify to disable the APPEND hint. 11.2.0.1 KEEP_MASTER Specify whether to retain master table. 11.2.0.1 MASTER_ONLY Only import the master table. 11.2.0.1 METRICS Report additional information in logfile. 11.2.0.1 SERVICE_NAME Use with CLUSTER to specify a service name. 11.2.0.1 SOURCE_EDITION (expdp) Specify the edition from which to exp objects. 11.2.0.1 TABLES Now specify tables in multiple schemas. 11.2.0.1 TABLES Now specify % for multiple tables and part. 11.2.0.1 TARGET_EDITION (impdp) Specify the edition from which to exp objects. 11.2.0.2 Default first segment now 8M for part. table. 11.2.0.2 TRANSFORM Specify how to handle SEGMENT CREATION. --------- 12.1.0.1 Support for CDB and Pluggable db's (PDB). 12.1.0.1 COMPRESSION_ALGORITHM Specify the algorithm when compressing data. 12.1.0.1 ENCRYPTION_PWD_PROMPT Specify whether Data to prompt for password. 12.1.0.1 FULL Can now be used together with TRANSPORTABLE. 12.1.0.1 LOGTIME Provide timestamp for messages in the logfile. 12.1.0.1 TRANSFORM Specify to disable logging during import. 12.1.0.1 TRANSFORM Specify to change the LOB storing on import. 12.1.0.1 TRANSFORM Specify to change table compression type. 12.1.0.1 VIEWS_AS_TABLES Export views as tables. --------- 12.2.0.1 12.2.0.1 REMAP_DIRECTORY Let you remap directories when you move databases between platforms. 12.2.0.1 TRUST_EXISTING_TABLE_PARTITIONS Enable data from multiple partitions to be loaded in parallel into a pre-existing table. This is a flag on Data Pump Import DATA_OPTIONS 12.2.0.1 VALIDATE_TABLE_DATA Verify the format number and date data types in table data columns. This is a flag on Data Pump Import DATA_OPTIONS 12.2.0.1 ENABLE_NETWORK_COMPRESSION Tell Data Pump to compress data before sending it over the network. This is a flag on DATA_OPTIONS parameter. 12.2.0.1 GROUP_PARTITION_TABLE_DATA Enable data for all partitions to be loaded at once and in parallel. This is a flag on the Data Pump Export DATA_OPTIONS parameter. 12.2.0.1 VERIFY_STREAM_FORMAT Validate the format of a data stream before it is written to the Data Pump dump file. This is a flag on the Data Pump Export DATA_OPTIONS parameter. --------- 18.1.X.X CONTINUE_LOAD_ON_FORMAT_ERROR This is a new value for the DATA_OPTIONS parameter for impdp. When it is set, Data Pump jumps ahead and continue loading from the next granule when an inconsistency is found. --------- 19c Use Document 2457955.1 19c DataPump New Features are described in this document.
介绍
确定数据库的兼容版本
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
col value for a20 col description for a49 select * from database_compatible_level;
VALUE DESCRIPTION -------------------- ------------------------------------------------- 18.0.0 Database will be completely compatible with this software version -- 或者: sys@> show parameter compatible
NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ compatible string 18.0.0 noncdb_compatible boolean FALSE
检查数据库和数据泵的版本
1 2 3 4 5 6 7 8 9 10 11 12
sys@> select banner_full from v$version;
BANNER_FULL ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Oracle Database 18c Enterprise Edition Release 18.0.0.0.0 - Production Version 18.5.0.0.0