从9i的一个hpux导出传输表空间,再在aix 下10g导入,会报以下错误:
$ imp \'/ as sysdba\' file=/oradata1/tts.dmp tablespaces=ts_test transport_tablespace=y datafiles='/oradata1/test/ts_test01.dbf'
Import: Release 10.2.0.4.0 - Production on Tue Apr 2 16:54:35 2013
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options
Export file created by EXPORT:V09.02.00 via conventional path About to import transportable tablespace(s) metadata... import done in UTF8 character set and AL16UTF16 NCHAR character set . importing SYS's objects into SYS . importing SYS's objects into SYS IMP-00017: following statement failed with ORACLE error 19721: "BEGIN sys.dbms_plugts.checkDatafile(NULL,525610497,25,12800,12,25,0,0,132" "86681573168,13286681574593,1,104857602,NULL,NULL,NULL); END;" IMP-00003: ORACLE error 19721 encountered ORA-19721: Cannot find datafile with absolute file number 25 in tablespace ts_test ORA-06512: at "SYS.DBMS_PLUGTS", line 2065 ORA-06512: at line 1 IMP-00000: Import terminated unsuccessfully |