Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Transportable tablespaces from 10.2.0.5 to 12.1.0.2

AlkaponeJan 30 2016 — edited Feb 16 2016

Hi all.

Source is Oracle 10.2.0.5 on Solaris.

Destination is 12.1.0.2 on Oracle Linux.

I am trying to export and import 3 tablespaces.

on the source, I did set the 3 tablespaces READ ONLY.

I then exported them :

expdp bjohn/****  dumpfile=ora10.dmp directory=xttsdp logfile=exp.log transport_full_check=y transport_tablespaces=LABTENONE,LABTENTWO,LABTENTREE

And tried import:

impdp byabre/oracle1 directory=xttsdp logfile=tts_imp.log \

dumpfile=ora105.dmp \

transport_datafiles='/oradata/linuxtwe/LINUXTWE/datafile/LABTENONE_5.xtf','/oradata/linuxtwe/LINUXTWE/datafile/LABTENTWO_6.xtf','/oradata/linuxtwe/LINUXTWE/datafile/LABTENTREE_7.xtf'

I had the error message: datafile '/oradata/linuxtwe/LINUXTWE/datafile/LABTENTREE_7.xtf'  is an incorrect version

I then add version=12 to the export command but it is saying version=12 is not supported.

My question: is it possible to do transportable tablespace from a 10.2.0.5 to a 12c database as the oracle documentation say?

Any suggestion will be appreciated.

Thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 15 2016
Added on Jan 30 2016
6 comments
1,673 views