Making Whole Database Backups with RMAN
You can perform whole database backups with the database mounted or open. To
perform a whole database backup, from the RMAN prompt, use the BACKUP
DATABASE command. The simplest form of the command requires no parameters, as
shown in this example:
RMAN> BACKUP DATABASE;
This example shows the procedure for taking a whole database backup to the default
destination:
RMAN> BACKUP DATABASE; # uses automatic channels to make backup
RMAN> SQL 'ALTER SYSTEM ARCHIVE LOG CURRENT'; # switches logs and archives all logs
By archiving the logs immediately after the backup, you ensure that you have a full set
of archived logs through the time of the backup. This guarantees that you can perform
media recovery after restoring this backup.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-1005242/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Using RMAN Incremental Backups to Refresh a Standby DatabaseREMDatabase
- Using RMAN Incremental Backups to Roll Forward a Physical Standby DatabaseREMForwardDatabase
- HowTo Restore RMAN Disk backups of RAC Database to Single Instance On Another NoRESTDatabase
- RMAN Fast Incremental BackupsASTREM
- Monitoring RMAN Backups
- Rman Backups When The Directory Structures Are DifferentStruct
- Oracle 12c RMAN Duplicating the Whole CDBOracle
- HowTo Restore RMAN Disk backups of RAC Database to Single Instance On Another Node [ID 415579.1]RESTDatabase
- HowTo Restore RMAN Disk backups of RACREST
- RMAN duplicat databaseDatabase
- rman recover databaseDatabase
- RMAN duplicate databaseDatabase
- Oracle 12C RMAN Duplicating the Whole RAC CDB to local RAC CDBOracle
- Rman backup standby databaseDatabase
- Restore Rman Backups On A Different Node When The Directory Are Diff_419137.1REST
- 通過rman duplicate database!Database
- rman backup database force 功能Database
- RMAN duplicate database到新主機Database
- rman 建 Standby Database 筆記Database筆記
- RMAN CONVERT DATABASE 的限制Database
- Duplicate Database from ASM to Non- ASM Database Using RMANDatabaseASM
- How to use rman backup a noarchivelog databaseHiveDatabase
- 【RMAN】RMAN-20001: target database not found in recoveryDatabase
- 【RMAN】RMAN-05001: auxiliary filename conflicts with the target databaseUXDatabase
- 11g rman新特性 duplicate target database for standby from active databaseDatabase
- 理解RMAN backup database plus archivelog命令DatabaseHive
- rman restore database(spfile,controlfile, datafile)RESTDatabase
- Oracle 11g Rman Active database duplicateOracleDatabase
- 使用rman建立standby database的過程Database
- 【RMAN】RMAN-20020: DATABASE INCARNATION NOT SETDatabase
- rman duplicate target database RMAN-03002 RMAN-03015 RMAN-06136Database
- It's not even the whole quest. In this article
- RMAN之環境配置(二)---Backups to a Media Manager備份到介質管理器
- 使用RMAN複製資料庫 active database資料庫Database
- How to restore and recover a database from an RMAN backup_881395.1RESTDatabase
- RMAN 6217 not connected to auxiliary database with a net service nameUXDatabase
- RMAN database plus archivelog實現順序DatabaseHive
- Oracle11g RMAN Duplicate from Active DatabaseOracleDatabase