如何遷移裸裝置raw device資料檔案到另一個raw device
1,新增儲存或虛擬硬碟
2,fdisk 新盤
3,以root對新盤配置許可權
chown oracle:oinstall /dev/sdc1 --/dev/sdc1為新盤分割槽後的裝置檔名
chmod 777 /dev/sdc1
4,su - oracle
ln -s /dev/sdc1 /oracle/rawfile
5,sqlplus sys/x as sysdba
create tablespace tbs_raw datafile '/oracle/rawfile' size 10m;--也可不指定大小
6,裸裝置的使用和普通檔案系統的資料檔案一樣
7,離線裸裝置對應的資料檔案
alter tablespace tbs_raw offline;
8,物理複製裸裝置對應的連結檔案到另一個新的裸裝置的連結檔案
cp -a /oracle/rawfile /oracle/rawfile2 --rawfile2為另一個裸分割槽
9,資料庫上重新命名遷移表空間到新的裸裝置路徑下
alter database rename file '/oracle/rawfile ' to '/oracle/rawfile2 ';
10,表空間線上
alter tablespace tbs_raw online;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-763675/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- raw 裸裝置資料檔案更改其他raw裸裝置位置
- 【Raw Device】OEL4.8裸裝置對映方法dev
- raw devicedev
- Red Hat Enterprise Linux AS 5.3 下配置裸裝置(raw device)Linuxdev
- raw device, first blockdevBloC
- about raw device[zt]dev
- Raw Device vs File Systemdev
- 利用rman遷移裸裝置資料檔案到檔案系統
- redhat linux上不用dd清空raw device可以重複使用raw device嗎RedhatLinuxdev
- solaris 10_raw device_建立資料庫dev資料庫
- How to Choose Size of Datafile on Raw Devicedev
- [Oracle] Raw device上Create TablespaceOracledev
- 【轉】配置RAW Device磁碟組dev
- 字元裝置、塊裝置、裸裝置、RAW裝置 .字元
- 三、rman 資料庫遷移--從檔案系統到裸裝置資料庫
- Linux-建立裸裝置RawLinux
- 配置rhel4的raw device servicedev
- 在Linux上使用raw device方式Linuxdev
- Redhat 5 中裸裝置(raw) 的配置Redhat
- Redhat 下raw device建庫介紹(ZT)Redhatdev
- linux下如何使用raw device來建立管理asm diskLinuxdevASM
- [轉]RedHat 5中裸裝置(raw)的配置Redhat
- [zt] LINUX裸裝置(raw)取消繫結Linux
- 三、rman 資料庫遷移--從檔案系統到裸裝置 用dd複製控制檔案資料庫
- ASM學習筆記_配置RAW Device磁碟組ASM筆記dev
- 建立raw device tablespace報Linux Error: 13: Permission denieddevLinuxError
- 如何遷移ASM資料檔案到檔案系統ASM
- 利用rman copy的方法實現儲存上裸裝置資料檔案的遷移ITPUB
- SOLARS AIX LINUX 下移動資料庫檔案到裸裝置AILinux資料庫
- ORACLE中裸裝置資料檔案RESIZE/AUTOEXTEND ONOracle
- 更改資料庫裸裝置資料檔案的位置資料庫
- win10 如何檢視raw檔案 win10 如何檢視rawWin10
- oracle靜默安裝raw裝置Oracle
- oracle將控制檔案從裸裝置遷移到檔案系統Oracle
- 遷移資料庫檔案到ASM資料庫ASM
- 【資料遷移】RMAN遷移資料庫到ASM(二)切換資料檔案到ASM資料庫ASM
- Oracle9i RAC (raw device) 自動開啟(rc.local) 設定Oracledev
- 基於裸裝置檔案格式安裝oracle資料庫Oracle資料庫