oracle10g_transfortable tablespace_solaris10 x86_windows xp
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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Windows XP EmbeddedWindows
- Windws XP Mode
- xp 修改DNSDNS
- 模式與XP模式
- 實踐XP
- Windows XP 正版驗證補丁 XP OEM免啟用Windows
- “破解”XP密碼密碼
- windows Xp 也支援/Windows
- XP設計原則
- 設計模式與XP設計模式
- XP資料夾共享
- 敏捷開發(XP,SCRUM)敏捷Scrum
- Windows XP 全攻略Windows
- XP今迎最後一個補丁 微軟Windows XP正式停止服務微軟Windows
- Windows xp 安裝序列號Windows
- mssqlserver xp_cmdshell提權SQLServer
- MSSQL-xp_cmdshell 的利用SQL
- Clear Windows XP login passwordWindows
- Extreme Programming (XP)實踐REM
- win xp安全模式解析(轉)模式
- 網頁特效夢工廠 XP 2.0網頁特效
- Windows XP VS Linux (轉)WindowsLinux
- XP中Cookie所在地Cookie
- 打造極速 Windows XP(轉)Windows
- Windows XP與Vista同一分割槽且XP不中毒Windows
- VNC遠端控制軟體XP版,VNC遠端控制軟體XP版下載VNC
- Windows XP debug工具的使用Windows
- 在Windows xp下安裝PyQtWindowsQT
- xp_cmdshell---MSSQL系統漏洞SQL
- 安裝xp sp3了
- Windows XP中的命令列命令Windows命令列
- Windows Vista Sidebar for XPWindowsIDE
- ZT:another easter egg in windows xpASTWindows
- WINDOWS XP 執行命令(轉載)Windows
- XP Java 環境變數配置Java變數
- Windows XP 使用及加速法(轉)Windows
- Windows XP 自行修復故障(轉)Windows
- SQL Server 阻止了對元件“xp_cmdshell”的 過程“sys.xp_cmdshell”的訪問SQLServer元件