I try to tansport a tablespace from AIX to Windows (10.2.0.3)
convert with RAMN is OK
When I import metadata to the windows database I get the error below
Can you help me ?
Thanks in advance
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 -
Produc
tion
With the Partitioning, OLAP and Data Mining options
Export file created by EXPORT:V10.02.01 via conventional path
About to import transportable tablespace(s) metadata...
import done in AL32UTF8 character set and UTF8 NCHAR character set
IMP-00017: following statement failed with ORACLE error 19722:
"BEGIN
sys.dbms_plugts.checkDatafile(NULL,2294574643,4,89600,4,4,256000,64"
"00,164897,7177221,1,NULL,NULL,NULL,NULL); END;"
IMP-00003: ORACLE error 19722 encountered
ORA-19722: datafile D:\DATA\ORACLE\D45\T1K_FDM92_DAT01.DBF is an incorrect
versi
on
ORA-06512: at "SYS.DBMS_PLUGTS", line 2065
ORA-06512: at line 1
IMP-00000: Import terminated unsuccessfully
> I try to tansport a tablespace from AIX to Windows (10.2.0.3) convert
> with RAMN is OK
> When I import metadata to the windows database I get the error below Can
> you help me ?
> Thanks in advance
[mgogala@dibidus ~]$ oerr ora 19722
19722, 00000, "datafile %s is an incorrect version"
// *Cause: The datafile is an incorrect version. It contains either
less or
// more changes then the desired version.
// *Action: Make sure the right datafiles are transported. Make sure the
// datafile is copied while its tablespace is read only.
[mgogala@dibidus ~]$
--
Mladen Gogala
http://mgogala.byethost5.com
And if FTP was used to do the copy make sure it was a binary FTP, not
ASCII !
HTH -- Mark D Powell --