RMAN常用的命令

2022-08-28 00:24:10 字數 426 閱讀 2661

單命令僅僅在rman提示符下執行

單獨被執行

不能夠作為run的子命令

如backup database

下列命令不能用作批命令來使用

connect

configure

create catalog, drop catalog, upgrade catalog

create script, delete script, replace script

list

report

批命令在run命令中用括號括起來使用,常用的批命令為allocate channel,set newname for datafile,release channel,switch,set等

作為乙個組被執行

如:rman> run

混合的獨立和作業命令    

RMAN中常用configure命令

1 顯示當前的配置資訊 1.01 rman show all 1.02 查詢rman設定中非預設值 sql select name,value from v rman configure 2.常用的configure選項 2.01 儲存策略 retention policy configure re...

RMAN常用命令

連線到目標資料庫 不使用恢復目錄資料庫 rman target nocatalog 顯示rman配置 rman show all 報告目標資料庫的物理結構 rman report schema 報告陳舊備份 rman report obsolete 報告不可恢復的資料檔案 rman report u...

rman備份常用命令

rman target catalog rman rman 使用恢復管理器執行backup copy restore或者switch命令時,恢復目錄自動進行更新,但是有關日誌與歸檔日誌資訊沒有自動記入恢復目錄。需要進行目錄同步。使用resync catalog命令進行同步。rman resync c...