rman crosscheck作用
Crosschecks are useful because they can do the following:
■ Update outdated information about backups that disappeared from disk or tape or
became corrupted
更新備份的過期資訊
■ Update the repository if you delete archived redo logs or other files with operating
system commands
如果之前使用的是作業系統命令,則更新倉庫資訊
Use the crosscheck feature to check the status of a backup on disk or tape. If the
backup is on disk, then CROSSCHECK checks whether the header of the file is valid. If a
backup is on tape, then the command checks that the backups exist in the media
management software catalog.
使用crosscheck特性檢查磁碟和磁帶的備份狀態。
Backup pieces and image copies can have the status AVAILABLE, EXPIRED, or
UNAVAILABLE. You can view the status of backups by running the RMAN LIST
command or by querying V$BACKUP_FILES or recovery catalog views such as RC_
DATAFILE_COPY or RC_ARCHIVED_LOG. A crosscheck updates the RMAN repository
so that all of these techniques provide accurate information. RMAN updates each
backup in the RMAN repository to status EXPIRED if the backup is no longer
available. If a new crosscheck determines that an expired backup is available again,
then RMAN updates its status to AVAILABLE.
可以透過list命令檢視檔案獲取狀態,也可以檢視v$backup_files和rc_datafile_cope或rc_archived_log檢視。
Note: The CROSSCHECK command does not delete operating
system files or remove repository records. You must use the
DELETE command for these operations.
You can issue the DELETE EXPIRED command to delete all expired backups. RMAN
removes the record for the expired file from the repository. If for some reason the file
still exists on the media, then RMAN issues warnings and lists the mismatched objects
that cannot be deleted.
■ Update outdated information about backups that disappeared from disk or tape or
became corrupted
更新備份的過期資訊
■ Update the repository if you delete archived redo logs or other files with operating
system commands
如果之前使用的是作業系統命令,則更新倉庫資訊
Use the crosscheck feature to check the status of a backup on disk or tape. If the
backup is on disk, then CROSSCHECK checks whether the header of the file is valid. If a
backup is on tape, then the command checks that the backups exist in the media
management software catalog.
使用crosscheck特性檢查磁碟和磁帶的備份狀態。
Backup pieces and image copies can have the status AVAILABLE, EXPIRED, or
UNAVAILABLE. You can view the status of backups by running the RMAN LIST
command or by querying V$BACKUP_FILES or recovery catalog views such as RC_
DATAFILE_COPY or RC_ARCHIVED_LOG. A crosscheck updates the RMAN repository
so that all of these techniques provide accurate information. RMAN updates each
backup in the RMAN repository to status EXPIRED if the backup is no longer
available. If a new crosscheck determines that an expired backup is available again,
then RMAN updates its status to AVAILABLE.
可以透過list命令檢視檔案獲取狀態,也可以檢視v$backup_files和rc_datafile_cope或rc_archived_log檢視。
Note: The CROSSCHECK command does not delete operating
system files or remove repository records. You must use the
DELETE command for these operations.
You can issue the DELETE EXPIRED command to delete all expired backups. RMAN
removes the record for the expired file from the repository. If for some reason the file
still exists on the media, then RMAN issues warnings and lists the mismatched objects
that cannot be deleted.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29802484/viewspace-2099354/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 正確使用rman crosscheckROS
- rman report list crosscheck deleteROSdelete
- RMAN CROSSCHECK命令小bug(轉)ROS
- 轉:正確使用rman crosscheckROS
- rman 的crosscheck命令問題!ROS
- Oracle RMAN的show,list,crosscheck,deleteOracleROSdelete
- Rman Crosscheck刪除失效歸檔ROS
- RMAN的crosscheck和obsolete的用法ROS
- 轉載-RMAN下CROSSCHECK命令詳解ROS
- 使用RMAN CROSSCHECK 更新檔案狀態ROS
- Oracle RMAN 的 show,list,crosscheck,delete命令整理OracleROSdelete
- RMAN Crosscheck 和 Delete 命令的 2 個例項ROSdelete
- RMAN Crosscheck 和 Delete 命令的2個例項ROSdelete
- Rman Crosscheck刪除失效歸檔-備份恢復ROS
- Oracle OCP IZ0-053 Q682(Rman Crosscheck)OracleROS
- RMAN命令configure,report,list,crosscheck,delete的使用方法ROSdelete
- crosscheck archivelog all;crosscheck backup of區別ROSHive
- Oracle 8i 與 oracle 9 下 RMAN 中 CROSSCHECK 使用的差異OracleROS
- CROSSCHECK命令使用ROS
- RMAN備份list report crosscheck validate change delete 和恢復命令例項ROSdelete
- 作用RMAN 刪除歸檔日誌
- [zt] crosscheck archivelog allROSHive
- crosscheck backup ORA-19554ROS
- crosscheck archivelog all error ORA-19587ROSHiveError
- 都是crosscheck惹的禍,備份歸檔失敗ROS
- [20160202]crosscheck archivelog all.txtROSHive
- 【RMAN】RMAN備份至ASMASM
- 使用RMAN工具-RMAN詳解
- 【RMAN】RMAN的備份保留策略
- 【RMAN】RMAN跨版本恢復(上)
- 【RMAN】RMAN跨版本恢復(中)
- 備份歸檔日誌報錯ORA-19625: crosscheck archivelog allROSHive
- JavaScript 作用域 與 作用域鏈JavaScript
- js 作用域和作用域鏈JS
- js的作用域、作用域鏈JS
- rman duplicate target database RMAN-03002 RMAN-03015 RMAN-06136Database
- RMAN 系列(二) ---- RMAN 設定和配置
- rman備份恢復-rman入門