database.sarang.net
UserID
Passwd
Database
DBMS
MySQL
PostgreSQL
Firebird
ㆍOracle
Informix
Sybase
MS-SQL
DB2
Cache
CUBRID
LDAP
ALTIBASE
Tibero
DB 문서들
스터디
Community
공지사항
자유게시판
구인|구직
DSN 갤러리
도움주신분들
Admin
운영게시판
최근게시물
Oracle Columns 8193 게시물 읽기
 News | Q&A | Columns | Tutorials | Devel | Files | Links
No. 8193
RMAN New Features in Oracle 9i
작성자
정재익(advance)
작성일
2001-10-31 13:43
조회수
5,216

RMAN New Features in Oracle 9i

 

원본 : http://www.dbasupport.com/oracle/ora9i/rman.shtml

번역 : 정재익

 

Recovery Manager (RMAN) is an Oracle utility that can back up, restore, and recover database files. The product is a feature of the Oracle database server and does not require separate installation.Recovery Manager uses database server sessions to perform the work of backup and recovery. It stores metadata about its operations in the control file of the target database and, optionally, in a recovery catalog schema in an Oracle database.

 

RMAN was initially introduced in Oracle 8 and lot of new features that made RMAN more powerful were added in Oracle 8i. With the introduction of Oracle 9i, Oracle improved this tool to have many more new features that make the database administrators life much easier.

 

Persistent RMAN Configurations

 

A CONFIGURE command has been introduced in Oracle 9i, that lets you configure various features including automatic channels, parellelism, backup options etc., that can persist across sessions and be available to any session. For example, the CONFIGURE command may be used to store channel configurations and RMAN will automatically assignt the channels as needed without having to specify the channel allocation as a part of the script. These automatic allocations and options can be overridden by commands in an RMAN command file.

 

Control File Auto Backups

 

Many of the database administrators stayed away from using RMAN citing the reliance of RMAN on control files / recovery catalog for backup and recovery options. Now you need not worry about a lost recovery catalog or a lost control file. Control File Auto Backups give the dba a way to restore the backup repository contained in the control file when a control file and the recovery catalog are both lost. For some of us using the nocatalog option this comes in very handy when we have to recover without having the control file that was used for the RMAN backup.

 

To use this feature, CONFIGURE CONTROLFILE AUTOBACKUP should be set to ON, and RMAN will automatically perform a control file autobackup after every BACKUP or COPY command is issued whether its in a RUN Block or at the command prompt. This control file backup occurs in addition to any control file backup that has been created as a part of the database backup.

 

Block Media Recovery

 

RMAN introduces a new blockrecover command to recovery individual datablocks within a data file. This reduces the Mean Time to Recovery ( MTTR ) for a large datafile when individual blocks within the file are reported as corrupt. Without this feature, even if a single block is corrupted the dba has to restore the whole datafile and recovery using the archived redo logs that were generated since that backup was created.

 

This procedure is useful when a trace file or standard output reveals that a small number of blocks within a datafile are corrupt. A major restriction is that you can only recover from a full RMAN backup and incremental backups cannot be used for this type of recovery. Also only complete recovery can be performed on individual blocks cand you cannot stop the redo application while the recovery is in progress.

 

Block Media recovery can be performed by using a command at the RMAN command prompt similar to the one given below.

 

BLOCKRECOVER DATAFILE 6 BLOCK 23 DATAFILE 12 BLOCK 9;

 

 

Other Enhancements

 

Oracle has enhanced RMAN in oracle 9i with lot many features that make the job of the dba more error free by enhancing the CHANGE, CROSSCHECK, DELETE and LIST commands. Also RMAN automatically switches out the online redo log before backing up the archived redo logs to guarantee that the backups can be restored to a consistent state. One cool feature I like is the "NOT BACKED UP SINCE " clause that allows RMAN to backup only those files that were not backed up after a specified time. So, f a backup fails partway through, you can restart it and back up only those files that were not previously backed up.

[Top]
No.
제목
작성자
작성일
조회
8727[박세영의 micro-eye]「시장을 형성하는 것」과「경쟁을 하는 것」의 차이
정재익
2001-12-06
4725
8196오라클 9i 리뷰 기사
정재익
2001-10-31
5542
8195오라클 9i 의 10 가지 새로운 기능 [1]
정재익
2001-10-31
8491
8193RMAN New Features in Oracle 9i
정재익
2001-10-31
5216
8185DataWarehousing (ETL) Enhancements in Oracle 9i
정재익
2001-10-31
4965
7513개발자들을 위한 Oracle9i의 신기능
정재익
2001-09-24
16192
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2024 DSN, All rights reserved.
작업시간: 0.021초, 이곳 서비스는
	PostgreSQL v16.2로 자료를 관리합니다