rman總結
rman作為oracle備份最為方便的工具,以下就總結幾條常用的命令,希望能方便大家,也希望可以申請授權:
1、首先使用rman前,需要建一個目錄資料庫[@more@]2、create tablespce rman datafile '/data/oradata/test/rman.dbf' size 20m;
3、create user rman identified by rman default tablespace rman temporary tablespace temp;
4、grant connect,resource,recovery_catalog_ower to rman;
以上建庫和建使用者基本成功,接著:
1、rman target sys/manager@ora8 catalog rman/rman@rman
2、register database (同步資料庫,如果資料庫做了alter database open resetlogs,就需要reset database,如果有庫結構變化,就需要
resync catalog)
3、create script back {
allocate channel n1 type disk;
backup database
format '/data/backup/ora8_%d_%s_%p';
release channel n1;}
4、如果是備份固定的檔案或表空間也可以
create script back_file{
allocate channel n1 type disk;
copy
datafile 4 to '/data/backup/users.dbf';
release channel n1;}
create script back_tablespace{
allocate channel m1 type disk;
backup tablespace users
format '/data/backup/users_%t_%s_%p';
release channel n1;}
使用copy就是檔案映象儲存,使用backup就是用oracle專有的格式儲存,支援壓縮等等,此處就不細說了!
5、執行備份
run{execute script back;}
等等!
以上說了備份資料庫,下面是恢復資料庫
1、rman target sys/manager@ora8 catalog rman/rman@rman
2、run{
allcote channel n1 type disk;
sql "alter tablespce users offline immediate";
restore tablespace users;
recover tablespace users;
sql "alter tablespace user online";
release channel n1;}
3、run{
allocate channel n1 type disk;
restore database;
recover database;
sql "alter database open resetlogs";
release channel n1;}
4、run{
allocate channel n1 type disk;
restore datafile 4;
release channel n1;}
以上都是一些基本的rman操作
1、首先使用rman前,需要建一個目錄資料庫[@more@]2、create tablespce rman datafile '/data/oradata/test/rman.dbf' size 20m;
3、create user rman identified by rman default tablespace rman temporary tablespace temp;
4、grant connect,resource,recovery_catalog_ower to rman;
以上建庫和建使用者基本成功,接著:
1、rman target sys/manager@ora8 catalog rman/rman@rman
2、register database (同步資料庫,如果資料庫做了alter database open resetlogs,就需要reset database,如果有庫結構變化,就需要
resync catalog)
3、create script back {
allocate channel n1 type disk;
backup database
format '/data/backup/ora8_%d_%s_%p';
release channel n1;}
4、如果是備份固定的檔案或表空間也可以
create script back_file{
allocate channel n1 type disk;
copy
datafile 4 to '/data/backup/users.dbf';
release channel n1;}
create script back_tablespace{
allocate channel m1 type disk;
backup tablespace users
format '/data/backup/users_%t_%s_%p';
release channel n1;}
使用copy就是檔案映象儲存,使用backup就是用oracle專有的格式儲存,支援壓縮等等,此處就不細說了!
5、執行備份
run{execute script back;}
等等!
以上說了備份資料庫,下面是恢復資料庫
1、rman target sys/manager@ora8 catalog rman/rman@rman
2、run{
allcote channel n1 type disk;
sql "alter tablespce users offline immediate";
restore tablespace users;
recover tablespace users;
sql "alter tablespace user online";
release channel n1;}
3、run{
allocate channel n1 type disk;
restore database;
recover database;
sql "alter database open resetlogs";
release channel n1;}
4、run{
allocate channel n1 type disk;
restore datafile 4;
release channel n1;}
以上都是一些基本的rman操作
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/262387/viewspace-876857/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle rman 命令總結Oracle
- RMAN命令LIST操作總結
- RMAN 總結篇 1 - (轉)
- RMAN 總結篇 2 - (轉)
- RMAN 總結篇 3 - (轉)
- rman備份rac的總結
- RMAN異機恢復總結
- rman總結(包含10g rman中的新特性)
- oracle RMAN 備份恢復總結Oracle
- oracle RMAN 備份恢復總結Oracle
- RMAN使用者手冊總結
- rman的一點簡單總結 1
- RMAN 命令總結(一)--轉自網路
- RMAN 命令總結(二)--轉自網路
- [記錄]oracle RMAN 備份恢復總結Oracle
- RMAN備份異機恢復流程總結
- 同事總結的 : 用RMAN建立Physical Standby DatabaseDatabase
- Oracle的RMAN備份恢復,先從進入RMAN開始總結Oracle
- RMAN備份相關知識與技能總結
- rman 命令彙總
- RMAN命令彙總
- Oracle的RMAN總結繼續,具體實踐開始Oracle
- 暫時結束有計劃地學習RMAN,以後根據需要再總結
- Oracle暫時結束有計劃地學習RMAN,以後根據需要再總結Oracle
- Rman_異地、跨平臺、跨版本的恢復總結及案例
- [20171130]關於rman的一些總結.txt
- javaSE總結(轉+總結)Java
- RMAN命令小結(精簡命令)
- 關於RMAN 備份片backup copies 和通道CHANNEL之間關係的總結
- rman configure配置彙總及原理
- 總結?
- this總結
- 總結
- RMAN 概述及其體系結構
- RMAN概述及其體系結構
- 不能算是總結的年終總結薦
- 「比賽總結」AT ABC 358 總結
- 樹結構總結