oracle10g_transfortable tablespace_solaris10 x86_windows xp

wisdomone1發表於2009-08-31

1,源solaris 10 x86
    sqlplus '/as sysdba'
    alter tablespace trans read only;
    rman target /
    convert tablespace trans to platform. 'Microsoft Windows IA (32-bit)'
    format '/oracle/%U'
    parallilism 5;
  
  
2,源solaris 10 x86
   exp userid=system/system tablespaces=trans file=/oracle/trans.dmp

3,在目標windows xp上
   利用ftp把1,2步產生成的rman轉換檔案和dmp下傳到目標平臺
4,在目標windows xp上
   set oracle_sid=first
   rman target /
   convert  datafile 'rman轉換檔案'  
   db_file_name_convert 'rman轉換檔案' ,'c:\trans.dbf'
5,在目標windows xp上
   imp userid=system/system file=c:\trans.dmp tablespace=trans full=y


問題:
   1,資料是匯入了,但沒看到表空間trans
 

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-613590/,如需轉載,請註明出處,否則將追究法律責任。

相關文章