RMAN Restore Database Slow / How To Improve RMAN Restore Performance [ID 467694.1]

本文详细介绍了在使用RMAN从磁带恢复数据库时遇到性能问题时的排查和优化方法,包括配置合适的通道数量、禁用并行介质恢复、调整大池大小和启用备份磁盘IO从属等步骤,从而显著减少恢复时间。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

RMAN Restore Database Slow / How To Improve RMAN Restore Performance [ID 467694.1]


Modified10-JUN-2010TypeHOWTOStatusMODERATED

In this Document
Goal
Solution


Platforms: 1-914CU;

This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review.

Applies to:

Oracle Server - Enterprise Edition - Version: 10.1.0.2 to 10.2.0.4 - Release: 10.1 to 10.2
Information in this document applies to any platform.

Goal

RMAN Restore databaseis slow. Backup to tape takes 13 hours and the restore takes over 26hrs.

Solution

Things to check/configure when RMAN restore from tape is slow :

+ The number of channels to be allocated should be equal to the number of physical tape drives.

+ Set parallelmediarestore off and run the restore :

Example :
RMAN> SET PARALLELMEDIARESTORE OFF;
RMAN> RUN {
allocate channel to tape ...
.
.
RESTORE DATABASE;
RECOVER DATABASE;
}


+ If large pool is not configured then configure the large pool size and enable the backup_tape_io_slaves :
LARGE_POOL_SIZE = 100 m
BACKUP_TAPE_IO_SLAVES = true


By setting the above parameters the restore time reduced from 26 hours to 13 hours.


------------------------------------------------------------------------------

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值