Hi ,
I have two database instances Oracle 12c(version: 12.1.0.2.0) and other Oracle 10g (version:10.2.0.1.0 ).
I am trying to create a transportable tablespace dump from 12 c instance using the below mentioned command:
expdp sems12@pdoe/sems12 dumpfile=test_ps.dmp directory=source_pmp_directory transport_tablespaces=TBS_PS metrics=y exclude=statistics version=10.2.0.1.0
I am getting error in the dump creation
Export: Release 12.1.0.2.0 - Production on Thu Aug 25 06:49:21 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
ORA-39001: invalid argument value
ORA-39250: Using version to downgrade a transportable job is not supported
But on the oracle documentation of Datapump export and import its mentioned that the value of version can be greater than 9.2.
https://docs.oracle.com/cd/B19306_01/server.102/b14215/dp_export.htm#i1007148
Is it possible to create a tablespace export dump from Oracle 12c(version: 12.1.0.2.0) to be compatible for import in Oracle 10g (version:10.2.0.1.0 )?
Thanks
Shashank Garg