First, the experimental environment
1 View Existing backup sets
rman> list backup summary; List of Backups =============== Key TY LV S Device Type completion time #Pieces #Copies compressed Tag------------ -----------------------------------------------------411 B 0 A DISK 09-mar-16 1 1 NO Neal_lv0 412 B 0 A disk 09-mar-16 1 1 NO neal_lv0 413 b
RMAN backup refers to the method for backing up data files, control files, archiving logs and spfiles using Recovery Manager.
In addition, because RMAN backup is completed by the Target Database server process, when RMAN is used for back
Note:I originally wanted to create a replica uard test for the no target database by using the backup set of the target database. I found that it could not be implemented in principle, but it has a very useful function, allows you to quickly recover data from different rman backups.
Previously, you had to perform many steps to back up recovery from different machines using
RMAN Specifies backup set recovery
Today in the database restore time encountered a problem, that is, there are two of directories below the backup set, to specify the backup set to restore, back to check the data, the following do a simple experiment record:
Rman> run{2> al
One switch command1 switch command usageUpdate the data file name to the data file name specified during image copy under rmanUpdate the data file name to the name specified by the set newname command.2. Prerequisites for using the switch commandRman must be connected to the target databaseWhen you switch tablespaces, datafiles, and tempfiles, these files must be offline.When you switch the entire database, the database cannot be open.3. NotesSwitch... to copy command for
local control file. 2, Catalog way: You must first create a directory backup database (catalog, also known as the Knowledge Base), set up a recovery directory, that is, the database backup information written to the recovery directory. 3, when the Oracle database is backed up through an Rman nocatalog,
. If recovery is required on Saturday, only 1 + 4 + 5 + 6 is required. automatic Backup: backup script + crontab bakl0 bakl1 bakl2
Ii. executed script:
1. Execute the script:
Rman target/msglog = bakl0.log prepare file = bakl0 (/indicates the target database to be connected, msglog indicates the log file, and audit file indicates the script file)
Content Introduction:
Two kinds of shell script detailed
Operational actions to verify the validity of Rman backup sets
Rman Backup Recovery experiment Operation Warfare Technique
Often listen to some master said, to do a regular Oracle Database
Today, I encountered a problem when I was doing database restoration. I had two backup sets under the directory. I wanted to specify a backup set for restoration. I came back and checked the information. Next I will do a simple experiment.
Today, I encountered a problem when I was doing database restoration. I had two backup sets under the directory. I wanted to
Tags: redo content orm Pre base class make Device tabStep 1:create the Incremental Backuprman> BACKUP DEVICE TYPE DISK INCREMENTAL from SCN 750983 DATABASE
FORMAT '/tmp/incr_for_standby/bkup_%u ';Step 2:make the Incremental Backup Accessible at the Standby DatabaseFTP or SCP copy incremental backup to standby sideStep 3:catalog the Incremental
1. Cross-efficacy Rman backup
In the case where the Rman catalog and the physical backup destination are not synchronized, we can use the Crosscheck command to verify that the Rman information in the control file or recovery directory is the same as the actual physical
Today, I encountered a problem when I was doing database restoration. I had two backup sets under the directory. I wanted to specify a backup set for restoration. I checked the information and made a simple experiment record:
RMAN> run {2> allocate channel a1 type disk;3> allocate channel a2 type disk;4>Backup database
Tags: blog HTTP Io ar OS use for SP strong RMAN is the most cost-effective Oracle backup tool. Here we will make an overall learning of RMAN. Most of the scripts in this article are the syntax of RMAN commands. It is better to do experiments to be impressed. Because most d
The target database for Rman backup and recovery. It sets the storage location of the Backup files and automatically backs up the control files during Backup.
The target database for Rman backup and recovery. It sets the storage l
Oracle RMAN restores the database to different hosts
I. RMAN backup content
When RMAN is used for full backup, it contains data files, archive logs, control files, parameter files, and backup
\ arc00148_068451_46.001 Record ID = 93 timestamp = 7760484481 object that has been cross-checked
You can use RMAN> delete expired archivelog all; or the following commandRMAN> delete archivelog like 'e: \ ORACLE \ PRODUCT \ 10.2.0 \ FLASH % ARC00148 % _ 0684537946.001 ';
Released channel: ORA_DISK_1Released channel: ORA_DISK_2Allocated channel: ORA_DISK_1Channel ORA_DISK_1: sid = 138 devtype = DISKAllocat
Rman (recoverymanager) is used to manage backup, dumping, and recovery operations. When the rman command is executed, oracle resolves these commands
Rman (recovery manager) is used to manage backup, dumping, and recovery operation
Description
It was meant to be no. The target library creates Dataguard tests from the target library backup set, and discovery is not possible in principle, but it has a very useful feature that enables fast Rman backup and machine recovery.
Prior to the Rman backup from
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.