理解RMAN backup database plus archivelog命令
相關文章:
《理解RMAN backup database plus archivelog delete all input命令》http://space.itpub.net/?uid-23135684-action-viewspace-itemid-661575
官方描述:
Backing Up Logs with BACKUP ... PLUS ARCHIVELOG
You can add archived redo logs to a backup of other files by using the BACKUP ...
PLUS ARCHIVELOG clause. Adding BACKUP ... PLUS ARCHIVELOG causes RMAN to do the following:
1. Runs the ALTER SYSTEM ARCHIVE LOG CURRENT command.
2. Runs BACKUP ARCHIVELOG ALL. Note that if backup optimization is enabled, then RMAN skips logs that it has already backed up to the specified device.
3. Backs up the rest of the files specified in BACKUP command.
4. Runs the ALTER SYSTEM ARCHIVE LOG CURRENT command.
5. Backs up any remaining archived logs generated during the backup.This guarantees that datafile backups taken during the command are recoverable to a consistent state.To back up archived redo logs with BACKUP ... PLUS ARCHIVELOG:
After starting RMAN, run the BACKUP ... PLUS ARCHIVELOG command at the RMAN prompt . This example backs up the database and all archived logs:
RMAN> BACKUP DEVICE TYPE sbt
DATABASE PLUS ARCHIVELOG;
轉載自:http://bkeep.blog.163.com/blog/static/1234142902009744926822/
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23135684/viewspace-747999/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 理解RMAN backup database plus archivelog delete all input命令DatabaseHivedelete
- RMAN - backup archivelog all 與 backup database plus archivelog 區別HiveDatabase
- Oracle 11g RMAN備份-RMAN的backup database plus archivelog命令背後的操作OracleDatabaseHive
- RMAN database plus archivelog實現順序DatabaseHive
- Rman backup standby databaseDatabase
- backup database plus archivelog 不同寫法導致備份集位置不同...DatabaseHive
- rman backup database force 功能Database
- Backing Up Logs with BACKUP … PLUS ARCHIVELOGHive
- backup database plus archivelog 不同寫法導致備份集位置不同問題DatabaseHive
- How to use rman backup a noarchivelog databaseHiveDatabase
- recover database using backup controlfile利用archivelog files.DatabaseHive
- How to restore and recover a database from an RMAN backup_881395.1RESTDatabase
- RMAN backup validate database on databases in noarchivelog modeDatabaseHive
- rman backup as copy database format '/tmp/%U.dbf'DatabaseORM
- recover database using backup controlfile理解Database
- RMAN10g: backup copy of database (Doc ID 266980.1)Database
- rman restore archivelog logRESTHive
- backup archivelog like 報rman-20242錯誤處理過程Hive
- rman backup database 出現 ORA-01422錯誤Database
- crosscheck archivelog all;crosscheck backup of區別ROSHive
- BACKUP ARCHIVELOG with DELETE INPUT or DELET all..Hivedelete
- Archivelog & Noarchivelog mode in RMANHive
- [20150902]rman的list archivelog命令.txtHive
- oracle10g rac(rhel4)_rman備份歸檔出錯_backup archivelog allOracleHive
- oracle rman backup命令檢查資料庫錯誤Oracle資料庫
- oracle full database backupOracleDatabase
- Cold Database backup scriptDatabase
- rman backup script(引用)
- DP rman backup scripts
- Oracle Rman 命令詳解(List report backup configure)Oracle
- Backup And Recovery User's Guide-RMAN架構-RMAN命令列客戶端及RMAN通道(channel)GUIIDE架構命令列客戶端
- Cold backup and restore the entire databaseRESTDatabase
- rman中關於archivelog的操作Hive
- RMAN duplicat databaseDatabase
- rman recover databaseDatabase
- RMAN duplicate databaseDatabase
- Oracle 學習(Rman Backup)Oracle
- SQLBackupAndFTP12.0 failed to backup database with full backup typeSQLFTPAIDatabase