backup summary; obtain the backup set's primary key ID, such as 40, and then validate backupset 40;
========================================================== ==================
========================================================== ==================
RMAN backup and storage policy and the change and delete commands
0. The change command with the delete parameter deletes the backup set, from the
About the Oracle rman command, I found the rman command set on a certain network a few days ago. The rman command set in the Oracle rman command has always been what I want to know and finally got a good introduction, so we will s
/auxfiles/aux_2.f ';CONFIGURE Auxname for datafile 3 to '/oracle/auxfiles/aux_3.f ';CONFIGURE Auxname for datafile 4 to '/oracle/auxfiles/aux_4.f ';-CONFIGURE auxname for datafile 1 CLEAR;CONFIGURE auxname for datafile 2 CLEAR;CONFIGURE Auxname for datafile 3 CLEAR;CONFIGURE Auxname for datafile 4 CLEAR;Rman of the format in the format %Number of copies of%c back
The following articles mainly describe the Oracle rman command. The main content of the following articles is a collection of Oracle rman commands found in an online warfare with good reputation: THE list command lists the backup information in the control file and
file backups. It is not a backup set or backup slice, nor is it compressed.
2.4. Full backup sets fully backed up collection
A full backup is a backup of a block of data used in one or more data files. Data blocks that are not used are not backed up, that is, Oracle makes a compression of the backup set.
2.5. Incremental backup sets incremental backups collection
An incremental backup is a block of data that is backed up by one or more data files sin
backups. It is not a backup set or backup slice, nor is it compressed.
2.4. Full backup sets fully backed up collection
A full backup is a backup of a block of data used in one or more data files. Data blocks that are not used are not backed up, that is, Oracle makes a compression of the backup set.
2.5. Incremental backup sets incremental backups collection
An incremental backup is a block of data that is backed up by one or more data files since it
Before you start a backup operation, you need to consider some compatibility issues. In an enterprise, different versions of Oracle may be running, so we must consider Rman compatibility issues when designing a backup strategy.
Reasons can refer to: RMAN Architecture Overview
The following table is a reference table for O
1. logon and exit command of RMAN: Method 1: $ rmannocatrman directly enters rman to back up data in non-catalog mode, or do not use nocatalogrman> connect
1. Run the following command to log on and exit RMAN: Method 1: $ rman nocatalog directly enters rman and backs up data
1, read-only table space recovery
By default, Rman does not restore a read-only data file when performing a full recovery database restore operation, even if a read-only data file is lost. To restore a read-only data file during a full recovery, you must use the check readonly parameter in the Restore command, such as:
Restore database Check readonly;
Note that Rman works differently when executing recov
1. RMAN login and exit command:
Method 1: $ rman nocatalog directly enters rman to back up data in a non-catalog mode. Do not use nocatalog.Rman> connect target/connect to the target database requires configuring the Oracle operating system login authentication
Method 2: rmantarget/
Oracle rman backup and RestorationRMAN supports Incremental Backup: databases, tablespaces, and data files.Only used blocks can be backed up as backup setIng between tablespaces and data files: dba_data_files/v $ datafile_headerIn noarchivelog mode, you can use RMAN to back up the read-only and offline tablespaces.Oracle rman
Tags: name error technology share replacement how to query Flash recovery free related informationOracle 11g R2 Rman BackupDefinition and classification of backup and recovery Definition and classification of backup: 备份就是把数据库复制到转储设备的过程。其中,转储设备是指用于放置数据库副本的磁带或磁盘。通常也将存放于转储设备中的数据库的副本称为原数据库的备份或转储。备份是一份数据副本,从不同的角度分类如下: From a physical and logical point of view: From physical and logical, backups can be divided into physical and logical backups. Physica
is consistent with the transaction before the failure, and Oracle automatically rolls back uncommitted data.4. Media failureA media failure is a failure that occurs when a database file, a portion of a file, or a disk is unreadable or cannot be written. For example, damage to the hard disk head can result in a complete corruption of the database file. To fix database file corruption due to media failure, you need to use media recovery.Second, the cla
Actual RMAN Migration Operations-additional common commands
Operation scenarios
Source server OEL 6.3 11G R2 11.2.0.3Target Server OEL 6.3 11G R2 11.2.0.3The data storage path of the source server and target server is the same.
Source Server[Oracle @ mxq ~] $ Rman target/
Recovery Manager: Release 11.2.0.2.0-Production
I. The concept and architecture of Rman
Recovery Manager (RMAN) is an Oracle tool for backup (Backup), restore (Restore), and recovery (recover) databases. Rman can only be used in ORACLE8 or higher versions. It can back up the entire database or database parts, such as tablespaces, data files, control files, archive
This article mainly introduces common methods of RMAN, including the author's experience, the experiment is also basically successful in Windows 2 K and ORACLE 8.1.6 environments (because this environment is easier to implement ). This article draws on some articles related to experts on the Internet. I hope you will not be surprised. I would like to thank you here. Due to limited space, some technical de
? Perform a full recovery after losing critical or non-critical data files? Restore with incremental update backup? Switch to image copy for quick recovery? Restore the database to a new host? Using Backup control files for recovery
Using the Rman Restore and recover commands
? Restore command: Restoring a database file from a backup? Recover command: Recover restored files
2.1 Operational Requirements
1. Process and memory requirements
The need for more processes
Allocation of large pools
2. Basic Environment variable Demand
Oracle_sid, Oracle_home, PATH, Nls_lang, if you use a time based backup and restore
Duplicate, need to set up additional Nls_date_format
3. Permission Requirements
Requires SYSDBA system permissions
If it is local, you can use the OS certification, remote need to use password file authentication
4, version requirements
The
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.