RMAN cold Backup Recovery from different machines and rman recovery
1. Prepare the environment
Install the ORACLE instance on the new server. During the installation process, ensure that the ORACLE_SID of the source server is consistent with that of the target server, and e
RMAN backup and recovery-full recovery and Incomplete recoveryGlossary:
As the name suggests, full recovery means that the index data has not been lost. Incomplete recovery refers to the loss of some data after
Content of this Chapter
Consistent and inconsistent RMAN backups
Online backups and backup mode
Backup Sets
Image copies
Multiple copies of RMAN backups
Control File and server parameter file autobackups
Incremental backups
Backup retention policies
1. consistent a
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: 备份就是把数据库复制到转储设备的过程。其中,转储设备是指用于放置数据库副本的磁带或磁盘。通常也将存放于转储
of the backup slice (starting from 1 );% D: Database Name;% D: number of days in the month (dd );% M: month in the year (mm );% F: a unique name based on dbid, in the form of C-xxx-YYYYMMDD-QQ, where xxx bits the database's dbid, yyyymmdd is the date, QQ is a sequence of 1;% N: database name, which is filled with X characters on the right side to keep it 8 characters long;% U: an 8-character name consisting of the
@ ebs01 backup] $ rm *
1) Start backup and back up data files together with archive logs:
[Oracle @ ebs01 backup] $ rman target/
Recovery Manager: Release 11.2.0.1.0-Production on Mon Jun 11 09:16:52 2012
Copyright (c) 1982,200 9, Oracle and/or its affiliates. All rights re
Tags: RMAN ORACLE zhangIntroduction: Welcome to add QQ Exchange 1445696451 Weibo address http://blog.51cto.com/13434336~~~~~~~ Split~~~~~~Database backup and recovery is what the database administrator must master. No system can be protected from physical damage to the hard disk, careless user error operations, or potential disasters that could threaten to store
The target database version is oracle8.1.7, the directory database version is oracle9.2.0, and all data files (including control files and On-line log files) are lost. Examples of using RMAN for backup and recovery are as follows:
Tutorial steps:
1. Create a tablespace in the directory database to restore the directory:
SQL> Create tablespace rmants datafile '/o
RMAN recovery is divided into full recovery and Incomplete recovery. Full recovery, as its name implies, is to restore data based on full backup. However, in the real environment, such recover
Note: 1 The experiment environment is the same platform, in the same byte order, in the same version. The directory structure of the source and target machines is the same. 2. You only need to install the oracle database software on the target machine. 3. Use backup for the first time to restore the test environment, copy the backup from the source machine to the target machine, and register it in the contr
In the first two articles, we described the backup and recovery solutions for Small and Medium databases using RMAN catalog, all related scripts are provided to simulate Oracle Data guard to a certain extent in a car to reduce database losses on the prod Server caused by hardware faults. This article mainly describes how to restore the changes of the prod databas
1. Preface
As a saying goes, "You must know what it is, but you must know what it is ". But I don't know why. Why. This series of articles will show you how to do it and why it will also be involved. However, due to the limited level, the principle is not profound enough. I hope that the readers can understand the concept.
I have read a lot of materials recently and are also thinking about the value that the technology we are pursuing can bring to this society. It's a bit boring to walk on the r
RMAN backup and recovery-parameter file Restoration
In RMAN, "restoration" and "restoration" have different meanings. "restoration" refers to accessing the previously generated backup set to obtain one or more objects, then restore these objects at a location on the disk. De
Rman backup recovery test 1, Open Database new test data $ sqlplus/nolog SQL> conn/as sysdba SQL> startup SQL> create table cds (id number (1 ), name varchar2 (20); SQL> insert into cds (id, name) values ('1', 'litao'); 2, start to archive mode $ sqlplus/nolog SQL> conn/as sysdba SQL> alter database archivelog; SQL> archive log list; * # data record time, add the
recovery operations.
I/O type used
The channel control command can be used:Controls OS resources used by RMANAffect degree of ParallelismSpecify the I/O bandwidth limit (set the limit read rate parameter)Specify the size limit of the backup slice (set limit Kbytes)Specify the limit of the currently opened file (set limit maxopenfiles)
============================================ Typical one-week
To back up the RMAN backup and recovery control files, we must first back up the database. The database backup process is as follows: RMAN backs up the entire database
To back up the RMAN back
I have not discussed the in-depth RMAN technology and have not told you how to write backup scripts. This is not my original intention. I just want to write what I will and learn with you, make progress together. Thank you.
1. Switch the server archive mode. skip this step if the archive mode is already used:% Sqlplus/nolog (start sqlplus)SQL> conn/as sysdba (connect to the database as DBA)SQL> shutdown imm
RMAN is actually installed, and we don't usually need to make any adjustments to it. However, the Rman architecture also contains a number of components that, when they form a whole, must adjust the Rman settings to get the best performance from the backup process. Typically, Rman
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.