使用RMAN複製活動資料庫(檔案路徑不同)
OS:Oracle Linux 5u8
DB:11.2.0.4
路徑相同的情況下,見:http://blog.itpub.net/22621861/viewspace-1431461/
1. 為輔助資料庫建立密碼檔案(檔名必須以orapw開頭)
2. 為輔助資料庫建立臨時引數檔案
最好從目標資料庫建立然後複製過去(前提是有相同的記憶體大小),以下引數有必要多確認
3. 為輔助資料庫配置靜態監聽器
4. 在輔助資料庫伺服器上建立目錄,如果沒有做這一步,可能觸發如下報錯,表示引數中指定的目錄不存在:
ORA-17628: Oracle error 19505 returned by remote Oracle server
5. 啟動輔助資料庫例項
6. 在目標資料庫上使用RMAN
完成!
DB:11.2.0.4
路徑相同的情況下,見:http://blog.itpub.net/22621861/viewspace-1431461/
1. 為輔助資料庫建立密碼檔案(檔名必須以orapw開頭)
點選(此處)摺疊或開啟
- orapwd file=$ORACLE_HOME/dbs/orapwnewdb password=oracle1 entries=3
最好從目標資料庫建立然後複製過去(前提是有相同的記憶體大小),以下引數有必要多確認
點選(此處)摺疊或開啟
-
DB_NAME=jun
-
DB_BLOCK_SIZE=8192
-
DB_RECOVERY_FILE_DEST=/oracledata/fra
-
DB_RECOVERY_FILE_DEST_SIZE=40G
-
CONTROL_FILES='/oracledata/JUN/controlfile/control01.ctl', '/oracledata/fra/JUN/controlfile/control02.ctl'
-
DB_FILE_NAME_CONVERT='/oradata/APR','/oracledata/JUN'
-
LOG_FILE_NAME_CONVERT='/oradata/APR','oracledata/JUN','/oradata/fra/APR','/oracledata/fra/JUN'
- compatible=11.2.0.4.0
點選(此處)摺疊或開啟
-
vi $ORACLE_HOME/network/admin/listener.ora
-
-
SID_LIST_LISTENER =
-
(SID_LIST =
-
(SID_DESC =
-
(GLOBAL_DBNAME = jun)
-
(ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)
-
(SID_NAME = jun)
-
)
- )
ORA-17628: Oracle error 19505 returned by remote Oracle server
點選(此處)摺疊或開啟
-
mkdir -p /oracledata/JUN/controlfile /oracledata/fra/JUN/controlfile
- mkdir -p /oracledata/JUN/datafile
點選(此處)摺疊或開啟
- startup nomount pfile=initjun.ora
點選(此處)摺疊或開啟
-
rman target sys/oracle@apr auxiliary sys/oracle@jun
- RMAN>
-
run { allocate auxiliary channel a1 device type disk;
-
allocate auxiliary channel a2 device type disk;
-
allocate channel t1 type disk;
-
allocate channel t2 type disk;
-
duplicate target database to jun from active database;
- }
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22621861/viewspace-1691606/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 使用RMAN複製活動資料庫(檔案路徑相同)資料庫
- RMAN的活動資料庫複製資料庫
- 使用RMAN複製資料庫資料庫
- 使用RMAN線上建立DataGuard備用庫(資料檔案不同路徑結構)
- 【RMAN】使用RMAN duplicate複製同機資料庫資料庫
- 使用RMAN複製資料庫 active database資料庫Database
- 【RMAN】使用duplicate本地複製資料庫資料庫
- 使用RMAN進行資料庫複製資料庫
- Oracle活動資料庫複製Oracle資料庫
- 使用rman的命令duplicate複製資料庫資料庫
- RMAN複製資料庫(十)資料庫
- RMAN複製資料庫(九)資料庫
- RMAN複製資料庫(八)資料庫
- RMAN複製資料庫(七)資料庫
- RMAN複製資料庫(六)資料庫
- RMAN複製資料庫(五)資料庫
- RMAN複製資料庫(四)資料庫
- RMAN複製資料庫(三)資料庫
- RMAN複製資料庫(二)資料庫
- RMAN複製資料庫(一)資料庫
- oracle rman複製資料庫Oracle資料庫
- RMAN 同機複製資料庫資料庫
- RMAN 異機複製資料庫資料庫
- rman管理的複製資料庫資料庫
- 使用RMAN在ASM和檔案系統之間複製資料ASM
- 11g從活動資料庫複製資料庫資料庫
- 使用RMAN高階應用之Duplicate複製資料庫資料庫
- ASM儲存使用RMAN複製控制檔案ASM
- 【RMAN】使用RMAN duplicate複製同機資料庫遇到的問題資料庫
- duplicate rman複製資料庫技術資料庫
- 克隆資料庫之RMAN複製(二)資料庫
- 克隆資料庫之RMAN複製(一)資料庫
- 遷移資料庫的檔案到不同路徑(轉)資料庫
- 在不同機器之間使用rman複製資料庫例項,從非asm到asm資料庫ASM
- Oracle 11gR2 使用RMAN Duplicate複製資料庫Oracle資料庫
- Oracle11gR2使用RMAN duplicate複製資料庫Oracle資料庫
- MySQL資料庫資料檔案路徑遷移步驟MySql資料庫
- VMware複製檔案產生的快取路徑快取