Use 11.2.0.2 Transportable tablespace to refresh 11.2.0.1 DB
We exported transportable tablespaces for 11.2.0.2 DB on source server using 11.2.0.2 'expdp' binary, then imported them into 11.2.0.1 version DB using '11.2.0.1' version 'impdp' on target server.
But we got error message like 'ORA-19722: datafile +DATA_GWMTKRG/GWMTKRG/DATAFILE/DATA1.321.792432183 is an incorrect version.
Can we use 11.2.0.2 version of 'impdp' binary on source server to do transportable tablespace import for 11.2.0.1 target DB through dblink? If yes, how?
Thanks,