使用rman建立standby資料庫
環境: 不同的主機,相同的目錄
步驟: 1.在主機上建立standby控制檔案,在rman執行copy current controlfile for standby to 'd:\control01.ctl'
2.在備機上註冊standby controlfile, rman>CATALOG CONTROLFILECOPY ''d:\control01.ctl';
3.主機上備份資料庫,並將其複製到備用機上。
4.在主機上rman執行>
connect target sys/
connect auxiliary
duplicate target database for standby nofilenamecheck dorecover;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/16582684/viewspace-615327/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 使用RMAN備份資料庫資料庫
- 3.1.1.2 使用RMAN啟動資料庫資料庫
- 使用RMAN複製資料庫 active database資料庫Database
- oracle資料庫使用rman備份指令碼Oracle資料庫指令碼
- 用rman遷移資料庫資料庫
- 【RMAN】Oracle使用rman將11.2.0.4資料庫遷移至Oracle12c命令參考Oracle資料庫
- 利用RMAN備份重建資料庫資料庫
- 4 Creating a Logical Standby Database 建立邏輯備庫Database
- 建立資料庫資料庫
- 2.3.1 有關使用DBCA建立資料庫資料庫
- 2.4.1 使用 CREATE DATABASE 子句建立資料庫Database資料庫
- 4.2.11 使用 SRVCTL 建立資料庫服務資料庫
- Oracle RMAN 連線資料庫認證方法Oracle資料庫
- 2.4 使用 CREATE DATABASE 語句建立資料庫Database資料庫
- DM7 使用dminit工具建立資料庫資料庫
- oracle資料庫使用者建立步驟Oracle資料庫
- MacOS使用Docker建立MySQL主主資料庫MacDockerMySql資料庫
- MacOS使用Docker建立MySQL主從資料庫MacDockerMySql資料庫
- 建立資料庫表資料庫
- Mysql建立資料庫MySql資料庫
- Oracle 19c standby 建立資料檔案報錯ORA-01111Oracle
- Oracle DG建立Physical Standby DatabaseOracleDatabase
- Oracle DG建立Logical Standby DatabaseOracleDatabase
- PG 資料庫只讀使用者的建立。資料庫
- 使用AnalyticDB MySQL建立資料庫及表過程MySql資料庫
- 透過RMAN備份standby database成功恢復還原Database
- XamarinSQLite教程建立資料庫aSQLite資料庫
- 建立資料mysql庫流程MySql
- 小黑框建立資料庫資料庫
- 資料庫 建立 3表資料庫
- mongodb 如何建立資料庫MongoDB資料庫
- 資料庫之建立索引資料庫索引
- SQL Server資料庫建立新使用者及關聯資料庫的方法教程SQLServer資料庫
- RMAN備份恢復典型案例——資料庫卡頓資料庫
- Mysql 建立資料庫\新增使用者\使用者授權MySql資料庫
- 2.3.2 關於使用互動式DBCA建立資料庫資料庫
- 1.7.2. 使用ORAPWD建立資料庫密碼檔案資料庫密碼
- [20181113]Logical Standby建立2.txt
- 通過RMAN設定standby接收日誌後主庫歸檔日誌才可刪除