1、在給客戶系統(tǒng)巡檢時通過rman維護日志發(fā)現(xiàn)有rman維護日志報錯: RMAN-06207: WARNING: 3 objects could not be deleted for DISK channel(s) due RMAN-06208: to mismatched status. Use CROSSCHECK command to fix status RMAN-06210: List of Mismatched objects RMAN-06211: === RMAN-06212: Object Type F...
一、單獨備份 1、經(jīng)典整庫備份:backup as compressed backupset database include current controlfile plus archivelog delete all input; 2、tablespace:backup tablespace 名字; 3、數(shù)據(jù)文件:backup datafile n; (n:具體的數(shù)據(jù)文件編號select file_name,file_id,tablespace_name from dba_data_files;) 4、控制文件...
rman target sys/abc restore controlfile from 'C:\back\ORCL_2_20090414_FULL.BAK'; cmd2: alter database mount; cmd3: run{ set newname for datafile 1 to 'E:\oracle\product\10.2.0\oradata\orcl\SYSTEM01.DBF'; set newname for datafile 2 to 'E:\oracle\product\10.2.0\oradata\orcl\UND...